Skip to content

Commit 63fae83

Browse files
authored
Merge pull request #3168 from gophercloud/dependabot/github_actions/getsentry/action-github-app-token-3.1.0
build(deps): bump getsentry/action-github-app-token from 3.0.0 to 3.1.0
2 parents 6c19297 + 8b63747 commit 63fae83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backport.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Generate a token from the gophercloud-backport-bot github-app
2727
id: generate_token
28-
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc
28+
uses: getsentry/action-github-app-token@a0061014b82a6a5d6aeeb3b824aced47e3c3a7ef
2929
with:
3030
app_id: ${{ secrets.BACKPORT_APP_ID }}
3131
private_key: ${{ secrets.BACKPORT_APP_PRIVATE_KEY }}
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- name: Generate a token from the gophercloud-backport-bot github-app
8686
id: generate_token
87-
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc
87+
uses: getsentry/action-github-app-token@a0061014b82a6a5d6aeeb3b824aced47e3c3a7ef
8888
with:
8989
app_id: ${{ secrets.BACKPORT_APP_ID }}
9090
private_key: ${{ secrets.BACKPORT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)