Skip to content

Commit

Permalink
release with PAT instead of token
Browse files Browse the repository at this point in the history
  • Loading branch information
Geertvdc authored Oct 14, 2019
1 parent a686e4d commit bba867b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build & Release
env:
GITHUB_USER: ${{ secrets.GITHUB_USER }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT }}
run: |
version=$(hub release -L 1| awk -F. -v OFS=. 'NF==1{print ++$NF}; NF>1{$NF=sprintf("%0*d", length($NF), ($NF+1)); print}')
echo $version
Expand Down

0 comments on commit bba867b

Please sign in to comment.