Skip to content

Commit

Permalink
Added persist-credentials: 'true' to the checkout repository step
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Oct 9, 2024
1 parent d76359c commit abd87c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
fetch-depth: 0
ref: main
token: ${{ secrets.GH_ACCESS_TOKEN }}
persist-credentials: 'true'

- name: Import GPG Key
id: gpg_importer
Expand Down

0 comments on commit abd87c8

Please sign in to comment.