Skip to content

Commit

Permalink
Setup SSH agent in tag job.
Browse files Browse the repository at this point in the history
  • Loading branch information
willson556 committed Feb 13, 2023
1 parent f158f98 commit e3f9b18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-test-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.ACTIONS_SSH_PRIVATE_KEY }}

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -75,6 +71,10 @@ jobs:
with:
fetch-depth: 0 # for accurate versioning

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.ACTIONS_SSH_PRIVATE_KEY }}

- name: Determine Version
id: staflversion
uses: StaflSystems/CustomGithubActions/DetermineVersion@main
Expand Down

0 comments on commit e3f9b18

Please sign in to comment.