Skip to content

Commit

Permalink
workflows/push.yml: Add token to Push.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Nov 23, 2024
1 parent f45e219 commit 0802446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
cp -a mirror/. wiki
- name: Push changes
with:
token: ${{ secrets.ACTIONS_SECRET }}
run: |
cd wiki
if ! git diff --exit-code --quiet; then
Expand Down

0 comments on commit 0802446

Please sign in to comment.