Skip to content

Commit

Permalink
Merge pull request #69 from reubenmiller/fix-snapshot-workflow-push
Browse files Browse the repository at this point in the history
ci: reuse checkout credentials to push branch
  • Loading branch information
reubenmiller authored Feb 13, 2024
2 parents 4b21c68 + 204daac commit d68f73d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
PR_BRANCH: release-${{inputs.version}}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: extractions/setup-just@v1
- name: Create snapshot
run: |
Expand Down

0 comments on commit d68f73d

Please sign in to comment.