Skip to content

Commit

Permalink
ci: Back to actual push token
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 24, 2024
1 parent 4145356 commit 91dcd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Generate project, push clean history
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.TESTING_PUSH_TOKEN }}
run: make reset-history

- name: Wait success of generated project's workflow
Expand Down

0 comments on commit 91dcd85

Please sign in to comment.