Skip to content

Commit

Permalink
ci: add token field to auto pull-request step (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
trfore authored Jul 22, 2024
2 parents c59646d + 13769ec commit 7ca9ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_omada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
if: env.UPDATE_VERSION_FILE
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
commit-message: update omada version to ${{ steps.omada_url.outputs.latest_version }}
title: update omada version to ${{ steps.omada_url.outputs.latest_version }}
body: |
Expand Down

0 comments on commit 7ca9ada

Please sign in to comment.