Skip to content

Commit

Permalink
chore: run workflow once the PR is created by job
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarka Chwastkova committed Jul 9, 2024
1 parent f1820c7 commit 129665b
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 129665b

Please sign in to comment.