Skip to content

Commit

Permalink
Merge pull request #20 from AI21Labs/rc_initial_version
Browse files Browse the repository at this point in the history
ci: Added PAT to checkout
  • Loading branch information
Josephasafg authored Nov 18, 2024
2 parents be963bd + 23362aa commit ab2ebae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT_SEM_REL_NPM_ASAFG }}
persist-credentials: false

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

0 comments on commit ab2ebae

Please sign in to comment.