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 3c8c2d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/electorrent-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,5 @@ jobs:
if: github.ref != 'refs/heads/master'
- name: Release artifacts
run: npm run release
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3c8c2d5

Please sign in to comment.