Skip to content

Commit

Permalink
fix: run workflow once the PR is created by cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarka Chwastkova committed Jul 8, 2024
1 parent 8afd5fb commit d606e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/github-script@v6
if: env.new_files == 'true'
with:
github-token: ${{ secrets.PAT}}
script: |
github.rest.pulls.create({
owner: context.repo.owner,
Expand Down

0 comments on commit d606e86

Please sign in to comment.