Skip to content

Commit

Permalink
chore: replace deprecated fork usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Jul 26, 2024
1 parent 855c64a commit 9ea1e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# For why we need to generate a token and not use the default
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2@v1.1.4
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
Expand Down

0 comments on commit 9ea1e88

Please sign in to comment.