We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517e70e commit 59f4bfaCopy full SHA for 59f4bfa
.github/workflows/php.yml
@@ -66,6 +66,8 @@ jobs:
66
php -d phar.readonly=0 bin/swoftcli phar:pack -o=swoftcli.phar --no-progress
67
68
- name: Deploy release assets
69
+ env:
70
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
if: matrix.php == '7.3' && matrix.os == 'ubuntu-latest' # run once
72
uses: xresloader/upload-to-github-release@v1
73
with:
0 commit comments