There was an error while loading. Please reload this page.
1 parent f6e7b01 commit 0cc5c12Copy full SHA for 0cc5c12
.github/workflows/prepare-release.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Create GitHub App token
53
if: env.ACT != 'true'
54
id: app_token
55
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
56
with:
57
app-id: ${{ secrets.APP_ID }}
58
private-key: ${{ secrets.APP_PRIVATE_KEY }}
.github/workflows/release-e2e.yml
@@ -54,7 +54,7 @@ jobs:
59
60
0 commit comments