Skip to content

Commit

Permalink
Merge pull request #145 from liam-hq/changeset-actions-pr-trigger-ci-3
Browse files Browse the repository at this point in the history
Use the same token for checkout and push steps
  • Loading branch information
MH4GF authored Dec 3, 2024
2 parents 97e1004 + 28ee232 commit ada5ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
sparse-checkout: |
.github
${{ env.working-directory }}
Expand Down

0 comments on commit ada5ced

Please sign in to comment.