Skip to content

Commit

Permalink
Updated checkout step in release_automation workflow to add the token
Browse files Browse the repository at this point in the history
back in

Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Oct 7, 2024
1 parent c5846a3 commit af6d620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
ref: main
token: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Import GPG Key
id: gpg_importer
Expand Down

0 comments on commit af6d620

Please sign in to comment.