Skip to content

Commit

Permalink
Merge pull request #427 from layer5io/ci-release
Browse files Browse the repository at this point in the history
ci(repo): Add token to release.yml
  • Loading branch information
nebula-aac authored Dec 12, 2023
2 parents 523a490 + e3176f6 commit 7e30041
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASEDRAFTER_PAT }}
ref: 'master'

- name: Setup Node.js 18.x
uses: actions/setup-node@v3
Expand Down Expand Up @@ -77,4 +79,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_AUTH: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7e30041

Please sign in to comment.