Skip to content

Commit

Permalink
Changes token for development workflow github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
006627 committed Dec 5, 2024
1 parent 44984bc commit 9d0c90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ matrix.repo }}
event-type: dispatch-development

0 comments on commit 9d0c90f

Please sign in to comment.