Skip to content

Commit

Permalink
Update workflow to use a Deploy Key to push commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dwai-wai committed Dec 13, 2024
1 parent 321d02c commit 584e125
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/patch-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4 # by default, only fetches one commit
with:
ssh-key: ${{ secrets.GHA_DEPLOY_KEY }}
- name: Patch version information
id: patching
uses: nasa-jpl/patch-version@v2
Expand All @@ -25,4 +27,4 @@ jobs:
add: "CMakeLists.txt"
default_author: github_actions
tag: "${{ steps.patching.outputs.new_tag }}"
message: "[GitHub Actions] Patched version, bumped ${{ steps.patching.outputs.bumped }} number"
message: "[GitHub Actions] Patched version, bumped ${{ steps.patching.outputs.bumped }} number. [skip actions]"

0 comments on commit 584e125

Please sign in to comment.