|
78 | 78 | uses: softprops/action-gh-release@v2 |
79 | 79 | if: startsWith(github.ref, 'refs/tags/') |
80 | 80 | with: |
81 | | - token: "${{ secrets.DLOAD_RELEASE_TOKEN }}" |
| 81 | + token: "${{ secrets.RELEASE_TOKEN }}" |
82 | 82 | files: | |
83 | 83 | ./dload-${{ env.VERSION }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz |
84 | 84 |
|
@@ -135,7 +135,7 @@ jobs: |
135 | 135 | export SPC_SKIP_BREW_INSTALL=1 |
136 | 136 | .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 |
137 | 137 | env: |
138 | | - GITHUB_TOKEN: ${{ secrets.DLOAD_RELEASE_TOKEN }} |
| 138 | + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} |
139 | 139 |
|
140 | 140 | - name: Verify environment is ready |
141 | 141 | run: | |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | uses: softprops/action-gh-release@v2 |
173 | 173 | if: startsWith(github.ref, 'refs/tags/') |
174 | 174 | with: |
175 | | - token: "${{ secrets.DLOAD_RELEASE_TOKEN }}" |
| 175 | + token: "${{ secrets.RELEASE_TOKEN }}" |
176 | 176 | files: | |
177 | 177 | ./dload-${{ env.VERSION }}-darwin-arm64.tar.gz |
178 | 178 |
|
@@ -238,7 +238,7 @@ jobs: |
238 | 238 | export PATH="/usr/local/bin:$PATH" |
239 | 239 | .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 |
240 | 240 | env: |
241 | | - GITHUB_TOKEN: ${{ secrets.DLOAD_RELEASE_TOKEN }} |
| 241 | + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} |
242 | 242 |
|
243 | 243 | - name: Verify environment is ready |
244 | 244 | run: | |
@@ -275,7 +275,7 @@ jobs: |
275 | 275 | uses: softprops/action-gh-release@v2 |
276 | 276 | if: startsWith(github.ref, 'refs/tags/') |
277 | 277 | with: |
278 | | - token: "${{ secrets.DLOAD_RELEASE_TOKEN }}" |
| 278 | + token: "${{ secrets.RELEASE_TOKEN }}" |
279 | 279 | files: | |
280 | 280 | ./dload-${{ env.VERSION }}-darwin-amd64.tar.gz |
281 | 281 |
|
@@ -356,6 +356,6 @@ jobs: |
356 | 356 | uses: softprops/action-gh-release@v2 |
357 | 357 | if: startsWith(github.ref, 'refs/tags/') |
358 | 358 | with: |
359 | | - token: "${{ secrets.DLOAD_RELEASE_TOKEN }}" |
| 359 | + token: "${{ secrets.RELEASE_TOKEN }}" |
360 | 360 | files: | |
361 | 361 | ./dload-${{ env.VERSION }}-windows-amd64.tar.gz |
0 commit comments