Skip to content

Commit f8e3004

Browse files
authored
Update auto-pull-request-by-release.yml
1 parent 26c5d16 commit f8e3004

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/auto-pull-request-by-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Auto Pull Request By Release
2+
23
on:
34
repository_dispatch:
45
types: [ webhook ]
6+
7+
env:
8+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9+
510
jobs:
611
run:
712
runs-on: ubuntu-latest
@@ -58,6 +63,7 @@ jobs:
5863
git add .
5964
git commit -sm "sync provider"
6065
git push origin feat/sync_provider_${version}
66+
6167
- name: create pull request
6268
run: |
6369
cd pulumi-tencentcloud

0 commit comments

Comments
 (0)