Skip to content

Commit

Permalink
Update release.yml to use tagged dependency
Browse files Browse the repository at this point in the history
This should have no impact. The dependency is not changed, but this reference is more secure and allows us to modify primer/.github/.github/workflows/release_with_app.yml without breaking consumers code.
  • Loading branch information
lukasoppermann authored Apr 12, 2024
1 parent 93c31b7 commit db03f78
Showing 1 changed file with 1 addition and 1 deletion.
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@main
uses: primer/.github/.github/workflows/release_candidate.yml@v1.0.0
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}

0 comments on commit db03f78

Please sign in to comment.