Skip to content

Commit

Permalink
add ssh key back in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Sep 5, 2023
1 parent d849f53 commit 85d1fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.branch }}
ssh-key: ${{ secrets.GH_PAT }}

# Import the GPG key for signing Git commits and tags
- name: Import GPG key
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cut-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.branch }}
ssh-key: ${{ secrets.GH_PAT }}

# Import the GPG key for signing Git commits and tags
- name: Import GPG key
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.branch }}
ssh-key: ${{ secrets.GH_PAT }}

- name: get Version
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV
Expand Down

0 comments on commit 85d1fbd

Please sign in to comment.