We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f94000 commit 1366690Copy full SHA for 1366690
.github/workflows/release.yml
@@ -119,13 +119,13 @@ jobs:
119
uses: actions/checkout@v2
120
with:
121
repository: 'shipyard-run/shipyard-website'
122
+ token: '${{ secrets.GH_TOKEN }}'
123
124
-
125
name: Configure Git
126
run: |
127
git config user.email "[email protected]"
128
git config user.name "Shipyard Bot"
- git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/shipyard-run/shipyard-website.git
129
130
- name: Tag
131
id: tag
0 commit comments