We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afe335 commit bebcccaCopy full SHA for bebccca
1 file changed
.github/workflows/build.yml
@@ -24,6 +24,13 @@ jobs:
24
runs-on: windows-latest
25
needs: checkout
26
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
+
34
- name: Install & setup MSYS2 environment.
35
uses: msys2/setup-msys2@v2
36
with:
0 commit comments