Skip to content

Commit

Permalink
chore(deps): update tibdex/github-app-token action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent 625f952 commit ffa4415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/approval/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
with:
app_id: ${{ env.GH_APPROVAL_APP_ID }}
private_key: ${{ env.GH_APPROVAL_APP_PKEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
with:
app_id: ${{ secrets.GH_APPROVAL_APP_ID }}
Expand Down

0 comments on commit ffa4415

Please sign in to comment.