Skip to content

Commit

Permalink
Use token for fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed Nov 9, 2023
1 parent 9eb3a9f commit 0c6f4f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zz_generated.create_release_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ needs.gather_facts.outputs.branch }}
token: "${{ steps.generate_token.outputs.token }}"
fetch-depth: 0
- name: Prepare release changes
run: |
architect prepare-release ${{ env.architect_flags }} --version "${{ needs.gather_facts.outputs.version }}"
Expand Down

0 comments on commit 0c6f4f1

Please sign in to comment.