Skip to content

Commit

Permalink
Use deployment key in CI for manipulating Git repository
Browse files Browse the repository at this point in the history
This allows CI to bypass the pull request requirement for pushing to `main`
  • Loading branch information
PathogenDavid committed Aug 30, 2024
1 parent 1809359 commit f35553f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
# ----------------------------------------------------------------------- Checkout
- name: Checkout
uses: actions/checkout@v4
with:
ssh-key: ${{secrets.CI_DEPLOYMENT_KEY}}

# ----------------------------------------------------------------------- Override the submodule URL
# This is to support testing release automation in forks, it is disabled for the canonical docs repo
Expand Down

0 comments on commit f35553f

Please sign in to comment.