Skip to content

Commit

Permalink
fix syntax on checkout code step
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarker-dev committed Jan 16, 2025
1 parent ea025c4 commit 7a73fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-draft-hips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
token: ${{ secrets.GH_ACCESS_TOKEN }}
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Import GPG Key
id: gpg_importer
Expand Down

0 comments on commit 7a73fad

Please sign in to comment.