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:
129129 url="https://github.com/${{ github.repository }}/releases/download/pecl/$extension-${{ inputs.extension-ref }}.zip"
130130 gh workflow run pecl.yml -R php/web-downloads -f url="$url" -f extension="$extension" -f ref="${{ inputs.extension-ref }}"
131131 env :
132- GITHUB_TOKEN : ${{ secrets.TOKEN }}
132+ GITHUB_TOKEN : ${{ secrets.WINDOWS_BUILDS_TOKEN }}
Original file line number Diff line number Diff line change 4646 url="https://api.github.com/repos/${{ github.repository }}/actions/artifacts/${{ needs.artifacts.outputs.artifact-id }}/zip"
4747 gh workflow run php.yml -R php/web-downloads -f url="$url"
4848 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