Skip to content

Commit

Permalink
fix: github access token for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tympanix committed Nov 8, 2023
1 parent 8de027b commit 23aed6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electorrent-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: npm run dist
if: github.ref != 'refs/heads/master'
- name: Release artifacts
run: npm run release
if: github.ref == 'refs/heads/master'
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 23aed6b

Please sign in to comment.