Skip to content

Commit

Permalink
Change token to prompt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
${GIT_USER_NAME} authored and ${GIT_USER_NAME} committed Jan 6, 2025
1 parent 58b4c6a commit 930ad8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
gh pr comment ${{ github.event.pull_request.number }} \
--body "Automated changes were made by running \`generate.py\`. Please review the updates."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.COMMIT_TOKEN }}
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Test

on:
workflow_run:
workflows:
- Run generate
types:
- completed
pull_request:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 930ad8d

Please sign in to comment.