We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473d124 commit 6e33d22Copy full SHA for 6e33d22
.github/workflows/devbox-update.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Get app token to create PR with
66
if: steps.devbox-versions-changed.outputs.number_changed > 0
67
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
68
id: app-token
69
with:
70
app-id: ${{ secrets.GHA_PR_APP_ID }}
0 commit comments