Skip to content

Commit bc785f3

Browse files
committed
ci: update release token
1 parent ee317e6 commit bc785f3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build-phar-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: softprops/[email protected]
7878
if: startsWith(github.ref, 'refs/tags/')
7979
with:
80-
token: "${{ secrets.DLOAD_RELEASE_TOKEN }}"
80+
token: "${{ secrets.RELEASE_TOKEN }}"
8181
files: |
8282
${{ env.DLOAD_PHAR }}
8383
${{ env.DLOAD_PHAR_SIGNATURE }}

.github/workflows/buld-bin-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: softprops/action-gh-release@v2
7979
if: startsWith(github.ref, 'refs/tags/')
8080
with:
81-
token: "${{ secrets.DLOAD_RELEASE_TOKEN }}"
81+
token: "${{ secrets.RELEASE_TOKEN }}"
8282
files: |
8383
./dload-${{ env.VERSION }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
8484
@@ -135,7 +135,7 @@ jobs:
135135
export SPC_SKIP_BREW_INSTALL=1
136136
.build/bin/spc download micro --for-extensions=ctype,dom,filter,libxml,mbstring,phar,simplexml,sockets,curl,tokenizer,xml,xmlwriter --with-php=8.4 --prefer-pre-built
137137
env:
138-
GITHUB_TOKEN: ${{ secrets.DLOAD_RELEASE_TOKEN }}
138+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
139139

140140
- name: Verify environment is ready
141141
run: |
@@ -172,7 +172,7 @@ jobs:
172172
uses: softprops/action-gh-release@v2
173173
if: startsWith(github.ref, 'refs/tags/')
174174
with:
175-
token: "${{ secrets.DLOAD_RELEASE_TOKEN }}"
175+
token: "${{ secrets.RELEASE_TOKEN }}"
176176
files: |
177177
./dload-${{ env.VERSION }}-darwin-arm64.tar.gz
178178
@@ -238,7 +238,7 @@ jobs:
238238
export PATH="/usr/local/bin:$PATH"
239239
.build/bin/spc download micro --for-extensions=ctype,dom,filter,libxml,mbstring,phar,simplexml,sockets,curl,tokenizer,xml,xmlwriter --with-php=8.4 --prefer-pre-built
240240
env:
241-
GITHUB_TOKEN: ${{ secrets.DLOAD_RELEASE_TOKEN }}
241+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
242242

243243
- name: Verify environment is ready
244244
run: |
@@ -275,7 +275,7 @@ jobs:
275275
uses: softprops/action-gh-release@v2
276276
if: startsWith(github.ref, 'refs/tags/')
277277
with:
278-
token: "${{ secrets.DLOAD_RELEASE_TOKEN }}"
278+
token: "${{ secrets.RELEASE_TOKEN }}"
279279
files: |
280280
./dload-${{ env.VERSION }}-darwin-amd64.tar.gz
281281
@@ -356,6 +356,6 @@ jobs:
356356
uses: softprops/action-gh-release@v2
357357
if: startsWith(github.ref, 'refs/tags/')
358358
with:
359-
token: "${{ secrets.DLOAD_RELEASE_TOKEN }}"
359+
token: "${{ secrets.RELEASE_TOKEN }}"
360360
files: |
361361
./dload-${{ env.VERSION }}-windows-amd64.tar.gz

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: googleapis/release-please-action@v4
2020
id: release
2121
with:
22-
token: ${{ secrets.DLOAD_RELEASE_TOKEN }}
22+
token: ${{ secrets.RELEASE_TOKEN }}
2323
config-file: .github/.release-please-config.json
2424
manifest-file: resources/version.json
2525
target-branch: 1.x

0 commit comments

Comments
 (0)