Skip to content

Commit

Permalink
custom secret
Browse files Browse the repository at this point in the history
  • Loading branch information
hossinasaadi committed Apr 11, 2023
1 parent 988fefa commit 6053238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm install
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GT }}
run: npm run publish

publish_on_mac:
Expand All @@ -31,5 +31,5 @@ jobs:
run: npm install
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GT }}
run: npm run publish

0 comments on commit 6053238

Please sign in to comment.