Skip to content

Commit

Permalink
Add UPBOUND_GITHUB_BOT_TOKEN to publish provider pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Sep 20, 2024
1 parent 5c3fafb commit ccc3825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-provider-family.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
submodules: true
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
token: ${{ secrets.UPBOUND_GITHUB_BOT_TOKEN }}

- name: Fetch History
run: git fetch --prune --unshallow
Expand Down

0 comments on commit ccc3825

Please sign in to comment.