We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e055c1 commit ab980ebCopy full SHA for ab980eb
.github/workflows/ship-it.yml
@@ -14,6 +14,7 @@ jobs:
14
# path between next and master
15
fetch-depth: 0
16
ref: next
17
+ token: ${{ secrets.SHIP_IT_TOKEN }}
18
19
- name: Checkout master branch
20
run: |
@@ -33,7 +34,4 @@ jobs:
33
34
- name: Push updated master to origin
35
if: steps.commits-to-ship.outputs.count != '0'
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
39
git push origin master
0 commit comments