Skip to content

Commit

Permalink
chore(ci): fix githubToken passing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Mar 1, 2023
1 parent ff372f5 commit 7bf2d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
with:
isStable: true
npmToken: ${{secrets.NPM_TOKEN}}
githubToken: ${{secrets.DRIPIP_GITHUB_TOKEN}}
githubToken: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 7bf2d10

Please sign in to comment.