We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371cbcf commit 4dbbab3Copy full SHA for 4dbbab3
.github/workflows/update-dependencies.yml
@@ -74,6 +74,7 @@ jobs:
74
- name: Propose changes via PR if required
75
uses: peter-evans/create-pull-request@v7
76
with:
77
+ token: ${{ secrets.STACKHPC_RELEASE_TRAIN_TOKEN }}
78
path: ${{ github.workspace }}/src/kayobe-config
79
commit-message: >-
80
Bump ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
0 commit comments