Skip to content

Commit 136096b

Browse files
github-actions[bot]dzomomtzguido
authored
Update karamel submodule to fdc019cc (#4248)
* Update karamel submodule to fdc019cc * update-karamel: using DZOMO_GITHUB_TOKEN To make CI run. --------- Co-authored-by: Dzomo, the Everest Yak <24394600+dzomo@users.noreply.github.com> Co-authored-by: Guido Martínez <mtzguido@gmail.com>
1 parent 8306c99 commit 136096b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/update-karamel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: actions/checkout@v6
2929
with:
3030
submodules: true
31+
token: ${{ secrets.DZOMO_GITHUB_TOKEN }}
3132

3233
- name: Fast-forward karamel to upstream master
3334
id: update
@@ -50,7 +51,7 @@ jobs:
5051
- name: Close stale auto-update PRs
5152
if: steps.update.outputs.skip != 'true'
5253
env:
53-
GH_TOKEN: ${{ github.token }}
54+
GH_TOKEN: ${{ secrets.DZOMO_GITHUB_TOKEN }}
5455
run: |
5556
gh pr list --state open --json number,headRefName \
5657
-q '.[] | select(.headRefName | startswith("auto/update-karamel-")) | .number' \
@@ -62,7 +63,7 @@ jobs:
6263
- name: Create PR
6364
if: steps.update.outputs.skip != 'true'
6465
env:
65-
GH_TOKEN: ${{ github.token }}
66+
GH_TOKEN: ${{ secrets.DZOMO_GITHUB_TOKEN }}
6667
NEW_SHA: ${{ steps.update.outputs.new_sha }}
6768
run: |
6869
BRANCH="auto/update-karamel-$NEW_SHA"

0 commit comments

Comments
 (0)