Skip to content

Commit 6bd805c

Browse files
authored
Update push.yml
Fixed 'cjeckout'-step by adding 'token'-part.
1 parent 6dc73cd commit 6bd805c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
repository: ${{ github.repository }}
27+
token: ${{ github.token }}
2728

2829
- name: Install dependencies
2930
run: bash ./tools/prepare-ci.sh

0 commit comments

Comments
 (0)