Skip to content

Commit

Permalink
config github token
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed May 31, 2020
1 parent 517e70e commit 59f4bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Expand Up @@ -66,6 +66,8 @@ jobs:
php -d phar.readonly=0 bin/swoftcli phar:pack -o=swoftcli.phar --no-progress
- name: Deploy release assets
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: matrix.php == '7.3' && matrix.os == 'ubuntu-latest' # run once
uses: xresloader/upload-to-github-release@v1
with:
Expand Down

0 comments on commit 59f4bfa

Please sign in to comment.