Skip to content
Merged
Changes from all commits
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
15 changes: 6 additions & 9 deletions .github/workflows/icon_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 3 * * *'

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

defaults:
run:
Expand Down Expand Up @@ -44,11 +44,8 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
$commitMessage = @"
[bot] Pack Icon update


skip-checks: true
"@
git commit -m "$commitMessage" --all
git push
git checkout -b "automated/icon_update"
git commit -m "[bot] Pack Icon update" --all
git push -f --set-upstream origin automated/icon_update
gh pr create --fill
gh pr merge automated/icon_update --delete-branch --auto --squash