Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Setting environment variable
  • Loading branch information
Keboo authored Jan 15, 2023
commit 5f83ad90366d9da8125667ea38b304af34093fc1
3 changes: 3 additions & 0 deletions .github/workflows/icon_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
schedule:
- cron: '0 3 * * *'

env:
GH_TOKEN: ${{ github.token }}

defaults:
run:
shell: pwsh
Expand Down