Skip to content

Commit

Permalink
ci(release-schedule): correct token name
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed May 29, 2023
1 parent 0a514bd commit e81463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
name: 'Release: Scheduled'
uses: dargmuesli/github-actions/.github/workflows/[email protected]
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
IS_DEBOUNCED: ${{ github.event_name != 'workflow_dispatch' }}

0 comments on commit e81463d

Please sign in to comment.