We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1220c commit 1709d0aCopy full SHA for 1709d0a
.github/workflows/ship-it.yml
@@ -33,6 +33,5 @@ jobs:
33
- name: Push updated master to origin
34
if: steps.commits-to-ship.outputs.count != '0'
35
run: |
36
+ git remote set-url origin https://${{secrets.SHIP_IT_TOKEN}}@github.com/47ng/nuqs.git
37
git push origin master
- env:
38
- GITHUB_TOKEN: ${{ secrets.SHIP_IT_TOKEN }}
0 commit comments