Skip to content

Commit

Permalink
Use GitHub token when checking out (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Jul 11, 2023
1 parent 689c27f commit e19ff67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,9 +17,10 @@ jobs:
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- name: Set up pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit e19ff67

Please sign in to comment.