We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8100c9 commit 9b02bb8Copy full SHA for 9b02bb8
.github/workflows/initialize-releases.yml
@@ -9,15 +9,10 @@ jobs:
9
contents: write
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/create-github-app-token@v1
13
- id: token
14
- with:
15
- app-id: ${{ secrets.GH_APP_ID }}
16
- private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
17
- name: mirror Git for Windows' Pacman repository to GitHub releases
18
uses: actions/github-script@v7
19
env:
20
- GH_TOKEN: ${{ steps.token.outputs.token }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
with:
22
script: |
23
const makeList = require('./make-list.js')
0 commit comments