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 2bde8c4 commit 3b88883Copy full SHA for 3b88883
.github/workflows/prepare-release.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: pub-hk-ubuntu-24.04-ip
26
steps:
27
- name: Get token for GH application (Linguist)
28
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
29
id: generate-token
30
with:
31
app-id: ${{ vars.LINGUIST_GH_APP_ID }}
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
0 commit comments