Skip to content

Commit

Permalink
Merge pull request #408 from primer/dependabot/github_actions/all-7b9…
Browse files Browse the repository at this point in the history
…063ae17

Bump primer/.github from 2.1.0 to 2.1.1 in the all group
  • Loading branch information
jonrohan authored Jun 24, 2024
2 parents 6347263 + d49bcfe commit f0b8e5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release-canary:
name: npm
if: ${{ github.repository == 'primer/behaviors' }}
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 i
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release-candidate:
name: npm
if: ${{ github.repository == 'primer/behaviors' }}
uses: primer/.github/.github/workflows/release_candidate.yml@v2.1.0
uses: primer/.github/.github/workflows/release_candidate.yml@v2.1.1
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
2 changes: 1 addition & 1 deletion .github/workflows/release_tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f0b8e5d

Please sign in to comment.