File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,4 +129,4 @@ jobs:
129
129
url="https://github.com/${{ github.repository }}/releases/download/pecl/$extension-${{ inputs.extension-ref }}.zip"
130
130
gh workflow run pecl.yml -R php/web-downloads -f url="$url" -f extension="$extension" -f ref="${{ inputs.extension-ref }}"
131
131
env :
132
- GITHUB_TOKEN : ${{ secrets.TOKEN }}
132
+ GITHUB_TOKEN : ${{ secrets.WINDOWS_BUILDS_TOKEN }}
Original file line number Diff line number Diff line change 46
46
url="https://api.github.com/repos/${{ github.repository }}/actions/artifacts/${{ needs.artifacts.outputs.artifact-id }}/zip"
47
47
gh workflow run php.yml -R php/web-downloads -f url="$url"
48
48
env :
49
- GITHUB_TOKEN : ${{ secrets.TOKEN }}
49
+ GITHUB_TOKEN : ${{ secrets.WINDOWS_BUILDS_TOKEN }}
You can’t perform that action at this time.
0 commit comments