Skip to content

Commit

Permalink
Merge pull request #93 from snow-actions/dependabot/github_actions/ti…
Browse files Browse the repository at this point in the history
…bdex/github-app-token-2.1.0

Bump tibdex/github-app-token from 1.8.0 to 2.1.0
  • Loading branch information
SnowCait committed Apr 22, 2024
2 parents de10406 + 761a0dc commit 58a6b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- id: generate_token
uses: tibdex/github-app-token@v1.8.0
uses: tibdex/github-app-token@v2.1.0
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- id: generate_token
uses: tibdex/github-app-token@v1.8.0
uses: tibdex/github-app-token@v2.1.0
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down

0 comments on commit 58a6b16

Please sign in to comment.