Skip to content

Commit 1709d0a

Browse files
committed
chore: Explicit authentication with PAT for ship-it workflow
1 parent 2f1220c commit 1709d0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ship-it.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ jobs:
3333
- name: Push updated master to origin
3434
if: steps.commits-to-ship.outputs.count != '0'
3535
run: |
36+
git remote set-url origin https://${{secrets.SHIP_IT_TOKEN}}@github.com/47ng/nuqs.git
3637
git push origin master
37-
env:
38-
GITHUB_TOKEN: ${{ secrets.SHIP_IT_TOKEN }}

0 commit comments

Comments
 (0)