Skip to content

Commit

Permalink
fix(CI): update token for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Oct 7, 2023
1 parent d388911 commit 35adf5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.CI_GITHUB_TOKEN }}

- name: Setup Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit 35adf5e

Please sign in to comment.