Skip to content

Commit ab980eb

Browse files
committed
chore: Trying to checkout with PAT
1 parent 2e055c1 commit ab980eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ship-it.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
# path between next and master
1515
fetch-depth: 0
1616
ref: next
17+
token: ${{ secrets.SHIP_IT_TOKEN }}
1718

1819
- name: Checkout master branch
1920
run: |
@@ -33,7 +34,4 @@ jobs:
3334
- name: Push updated master to origin
3435
if: steps.commits-to-ship.outputs.count != '0'
3536
run: |
36-
git config --global user.email "actions@github.com"
37-
git config --global user.name "GitHub Actions"
38-
git remote set-url origin https://${{secrets.SHIP_IT_TOKEN}}@github.com/47ng/nuqs.git
3937
git push origin master

0 commit comments

Comments
 (0)