Skip to content

Commit 1366690

Browse files
Updated release process for latest version, might work this time
1 parent 3f94000 commit 1366690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ jobs:
119119
uses: actions/checkout@v2
120120
with:
121121
repository: 'shipyard-run/shipyard-website'
122+
token: '${{ secrets.GH_TOKEN }}'
122123

123124
-
124125
name: Configure Git
125126
run: |
126127
git config user.email "[email protected]"
127128
git config user.name "Shipyard Bot"
128-
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/shipyard-run/shipyard-website.git
129129
130130
- name: Tag
131131
id: tag

0 commit comments

Comments
 (0)