Skip to content

Commit e06938f

Browse files
authored
Use deco PAT token in the update-cli-action (#959)
Using default token leads to the auto-generated PRs not triggering any workflows. Github recommends using separate PATs for this use-case. We've already exported new secret to the repo, this PR is about using it in the action
1 parent 8b5a944 commit e06938f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cli-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Create a pull request
3030
uses: peter-evans/create-pull-request@v5
3131
with:
32-
token: ${{ secrets.GITHUB_TOKEN }}
32+
token: ${{ secrets.DECO_GITHUB_TOKEN }}
3333
commit-message: Update Databricks CLI to v${{ github.event.inputs.version }}
3434
body: Update Databricks CLI to v${{ github.event.inputs.version }}
3535
committer: GitHub <[email protected]>

0 commit comments

Comments
 (0)