Skip to content

Commit

Permalink
Use deploy key to run version bump action
Browse files Browse the repository at this point in the history
This allows to bypass branch protections, see
https://github.com/orgs/community/discussions/25305#discussioncomment-10728028
for reference.
  • Loading branch information
ll-nick committed Nov 11, 2024
1 parent 2688bd5 commit a19d606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Read version from file
run: |
Expand Down

0 comments on commit a19d606

Please sign in to comment.