Skip to content

Commit

Permalink
Merge pull request #5 from jdalrymple/ci/assign-checkout-token
Browse files Browse the repository at this point in the history
Assign checkout token
  • Loading branch information
jdalrymple committed Dec 13, 2023
2 parents e210f6f + 412ea15 commit 012c7d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/actions/setup
- name: Retrieve saved build files
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 012c7d1

Please sign in to comment.