Skip to content

Commit

Permalink
Merge pull request #218 from turkenf/add-token
Browse files Browse the repository at this point in the history
Add UPBOUND_GITHUB_BOT_TOKEN to publish provider pipeline
  • Loading branch information
turkenf authored Sep 20, 2024
2 parents 5c3fafb + ccc3825 commit 5cbd370
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 5cbd370

Please sign in to comment.