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 df6e4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ needs.gather_facts.outputs.branch }}
token: "${{ steps.generate_token.outputs.token }}"
- name: Prepare release changes
run: |
architect prepare-release ${{ env.architect_flags }} --version "${{ needs.gather_facts.outputs.version }}"
Expand Down

0 comments on commit df6e4ba

Please sign in to comment.