We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ecd71 commit 0bd9a74Copy full SHA for 0bd9a74
.github/workflows/merge-test.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Create token
26
if: (github.actor == 'dependabot[bot]' || github.actor == 'codereaper-automation[bot]') && github.event_name == 'pull_request'
27
id: app-token
28
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
29
with:
30
app-id: ${{ vars.AUTOMATION_APP_ID }}
31
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
.github/workflows/upgrade-go.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
0 commit comments