Skip to content

Commit

Permalink
cd action: rename GITHUB_TOKEN -> REPO_TOKEN
Browse files Browse the repository at this point in the history
commit-id:290063af
  • Loading branch information
ejoffe authored and Eitan Joffe committed Nov 18, 2021
1 parent 304cb46 commit 827b44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
FURY_ORG: ${{ secrets.FURY_ORG }}

0 comments on commit 827b44e

Please sign in to comment.