mirror of
https://github.com/primer/css.git
synced 2024-11-22 10:49:41 +03:00
Bump primer/.github from 2.1.0 to 2.1.1 in the all group (#2647)
Bumps the all group with 1 update: [primer/.github](https://github.com/primer/.github). Updates `primer/.github` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/primer/.github/releases) - [Commits](https://github.com/primer/.github/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: primer/.github dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7d48f496bf
commit
c7b4c95bcc
2
.github/workflows/deploy_preview.yml
vendored
2
.github/workflows/deploy_preview.yml
vendored
@ -14,7 +14,7 @@ permissions:
|
||||
jobs:
|
||||
deploy:
|
||||
if: ${{ github.repository == 'primer/css' }}
|
||||
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.0
|
||||
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.1
|
||||
name: Deploy preview
|
||||
secrets:
|
||||
gh_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
2
.github/workflows/deploy_production.yml
vendored
2
.github/workflows/deploy_production.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
if: ${{ github.repository == 'primer/css' }}
|
||||
name: Production
|
||||
needs: [guard]
|
||||
uses: primer/.github/.github/workflows/deploy.yml@v2.1.0
|
||||
uses: primer/.github/.github/workflows/deploy.yml@v2.1.1
|
||||
secrets:
|
||||
gh_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
2
.github/workflows/release_canary.yml
vendored
2
.github/workflows/release_canary.yml
vendored
@ -18,7 +18,7 @@ on:
|
||||
jobs:
|
||||
release-canary:
|
||||
name: Canary
|
||||
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.0
|
||||
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.1
|
||||
with:
|
||||
install: npm ci
|
||||
secrets:
|
||||
|
2
.github/workflows/release_tracking.yml
vendored
2
.github/workflows/release_tracking.yml
vendored
@ -14,6 +14,6 @@ on:
|
||||
jobs:
|
||||
release-tracking:
|
||||
name: Release Tracking
|
||||
uses: primer/.github/.github/workflows/release_tracking.yml@v2.1.0
|
||||
uses: primer/.github/.github/workflows/release_tracking.yml@v2.1.1
|
||||
secrets:
|
||||
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user