Skip to content

Commit

Permalink
ci: try using credentials again
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Oct 26, 2023
1 parent 56c9ff1 commit 276fbd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ jobs:
- test
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
fetch-depth: 0
persist-credentials: false

- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
Expand Down

0 comments on commit 276fbd1

Please sign in to comment.