Skip to content

Commit

Permalink
chore: use GITHUB TOKEN to create PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason I committed May 2, 2024
1 parent 9527055 commit d1a3006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-ic-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
# If the ic commit was updated, create a PR.
- name: Create Pull Request
if: ${{ steps.update.outputs.updated == '1' }}
# TODO: re-enable
# if: ${{ steps.update.outputs.updated == '1' }}
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d1a3006

Please sign in to comment.