Skip to content

Commit

Permalink
Merge pull request #2742 from gophercloud/app-token
Browse files Browse the repository at this point in the history
workflow/backport_v1: use verified getsentry/action-github-app-token
  • Loading branch information
EmilienM committed Sep 5, 2023
2 parents 8a293ac + 255951d commit 2c6b69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Generate a token from the gophercloud-backport-bot github-app
id: generate_token
uses: tibdex/github-app-token@v1.8.0
uses: getsentry/action-github-app-token@97c9e23528286821f97fba885c1b1123284b29cc
with:
app_id: ${{ secrets.BACKPORT_APP_ID }}
private_key: ${{ secrets.BACKPORT_APP_PRIVATE_KEY }}
Expand Down

0 comments on commit 2c6b69a

Please sign in to comment.