Skip to content

Commit

Permalink
chore(deps): bump tibdex/github-app-token from 1 to 2 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Jul 16, 2024
2 parents 730cc48 + 16b6e80 commit d12f397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_APP_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flowforge-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_APP_KEY }}
Expand Down

0 comments on commit d12f397

Please sign in to comment.