Skip to content

Commit bebccca

Browse files
committed
release: Test.
1 parent 9afe335 commit bebccca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
runs-on: windows-latest
2525
needs: checkout
2626
steps:
27+
- name: Generate a GH Actions token.
28+
id: generate-token
29+
uses: actions/create-github-app-token@v2
30+
with:
31+
app-id: ${{ secrets.APP_ID }}
32+
private-key: ${{ secrets.PRIVATE_KEY }}
33+
2734
- name: Install & setup MSYS2 environment.
2835
uses: msys2/setup-msys2@v2
2936
with:

0 commit comments

Comments
 (0)