Skip to content

Commit

Permalink
chore: replace deprecated fork usage (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi authored Jul 25, 2024
1 parent af1bb3d commit 58052b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mod-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }}
private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- main

name: release-please
jobs:
release-please:
Expand All @@ -12,11 +12,11 @@ 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
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}

- name: release please
uses: google-github-actions/release-please-action@v3
id: release
Expand All @@ -25,4 +25,4 @@ jobs:
command: manifest
bump-minor-pre-major: true
token: ${{ steps.generate_token.outputs.token }}
monorepo-tags: true
monorepo-tags: true

0 comments on commit 58052b7

Please sign in to comment.