Skip to content

Commit

Permalink
push.yml: Remove token section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Nov 23, 2024
1 parent 5b8730c commit 421b1ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ 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 421b1ac

Please sign in to comment.