Skip to content

Commit 59f4bfa

Browse files
authored
config github token
1 parent 517e70e commit 59f4bfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
php -d phar.readonly=0 bin/swoftcli phar:pack -o=swoftcli.phar --no-progress
6767
6868
- name: Deploy release assets
69+
env:
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6971
if: matrix.php == '7.3' && matrix.os == 'ubuntu-latest' # run once
7072
uses: xresloader/upload-to-github-release@v1
7173
with:

0 commit comments

Comments
 (0)