We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d38c04 + ed2e818 commit 3605cebCopy full SHA for 3605ceb
.github/workflows/push.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Generate a token
33
if: ${{ github.event_name == 'push' }}
34
id: token
35
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
36
with:
37
app-id: ${{ vars.BUXBOT_APP_ID }}
38
private-key: ${{ secrets.BUXBOT_PRIVATE_KEY }}
@@ -109,7 +109,7 @@ jobs:
109
steps:
110
111
112
113
114
115
0 commit comments