Skip to content

Commit 3e29bc3

Browse files
author
Ciprian Goea
authored
chore: move to self hosted auto update (#79)
1 parent 1eb1621 commit 3e29bc3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/auto-update.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,19 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
jobs:
24-
Auto-Update-PR:
24+
update-pull-requests:
2525
permissions:
2626
contents: read
2727
pull-requests: write
2828
runs-on: ubuntu-latest
29+
2930
steps:
30-
- uses: tibdex/auto-update@4081c5bdc34560b58288a010318054e63e6f4a51 # v2.2.1
31+
- name: Checkout repository
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3133
with:
32-
github_token: ${{ secrets.SYS_ORCH_GITHUB }}
34+
persist-credentials: false
3335

36+
- name: Update pull requests
37+
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14
38+
with:
39+
github_token: ${{ secrets.SYS_ORCH_GITHUB }}

0 commit comments

Comments
 (0)