Skip to content

Commit

Permalink
update token for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
katebrenner committed Sep 7, 2023
1 parent a56fdf2 commit fc92d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Run Commands
uses: ./actions/commands
with:
token: ${{secrets.ISSUE_COMMANDS_TOKEN}}
token: ${{ secrets.GITHUB_TOKEN }}
configPath: issue_commands

0 comments on commit fc92d09

Please sign in to comment.