Skip to content

Commit 5c86786

Browse files
committed
Update token name
1 parent b9d7fbf commit 5c86786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pecl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)