Skip to content

Commit

Permalink
fix(ci): Use a GitHub PAT when creating PR automatically (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jan 31, 2024
1 parent e3ea1e1 commit e1d36bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
commit-message: "chore: Update dependencies"
branch: bot-update-deps
token: ${{ secrets.GIX_CREATE_PR_PAT }}

- name: "🪓 Tear down runner"
uses: ./.github/workflows/manage-runner-post

0 comments on commit e1d36bc

Please sign in to comment.