Skip to content

Commit 7173a1d

Browse files
authored
Fix workflow checkout web repo 403 error
1 parent 6666062 commit 7173a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/merge-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
with:
9797
repository: ${{ github.repository_owner }}/ivorysql_web
9898
path: www_publish_target
99+
token: ${{ secrets.WEB_TOKEN }}
99100

100101
- name: Setup Ruby and Bundler
101102
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)