Skip to content

Commit

Permalink
Add a github token to the checkout action in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Feb 12, 2024
1 parent e8aa1c7 commit 6757657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

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

0 comments on commit 6757657

Please sign in to comment.