Skip to content

Commit 6b2d267

Browse files
committed
ci: add workflow for generating helium-chromium update pr
1 parent 33da31c commit 6b2d267

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/bump.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Bump helium-chromium submodule to latest version
2+
3+
on: workflow_dispatch
4+
5+
permissions:
6+
contents: write
7+
pull-requests: write
8+
9+
jobs:
10+
bump:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout repo
14+
uses: actions/checkout@v4
15+
with: { submodules: true, fetch-depth: 0 }
16+
17+
- name: Run bump-platform action from helium-chromium
18+
uses: imputnet/helium-chromium/.github/actions/bump-platform@main
19+
with: { token: ${{ github.token }} }

0 commit comments

Comments
 (0)