Skip to content

Commit ab2ebae

Browse files
authored
Merge pull request #20 from AI21Labs/rc_initial_version
ci: Added PAT to checkout
2 parents be963bd + 23362aa commit ab2ebae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
token: ${{ secrets.GH_PAT_SEM_REL_NPM_ASAFG }}
19+
persist-credentials: false
1820

1921
- name: Setup Node.js
2022
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)