Skip to content

Commit

Permalink
tweaking build perms
Browse files Browse the repository at this point in the history
  • Loading branch information
awlawl committed May 12, 2023
1 parent c7330d9 commit 87041ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- name: Push up a new pre-release
if: ${{ contains(github.ref,'pre')}}
env:
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: make prerelease

- name: Push up a new normal release
if: ${{ !contains(github.ref,'pre')}}
env:
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: make release

0 comments on commit 87041ff

Please sign in to comment.