Skip to content

Commit

Permalink
add ssh-key so git tag can trigger release tag build
Browse files Browse the repository at this point in the history
  • Loading branch information
guido9j authored Nov 15, 2022
1 parent 9f10786 commit fed04ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: checkout
uses: actions/checkout@v3
with:
ssh-key: "${{ secrets.TAG_COMMIT_KEY }}"

- name: tag
shell: bash
Expand Down

0 comments on commit fed04ca

Please sign in to comment.