From f8e3004ce53cba82a7300704b6f3a0b7e89982cb Mon Sep 17 00:00:00 2001 From: SevenEarth <45937856+SevenEarth@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:07:44 +0800 Subject: [PATCH] Update auto-pull-request-by-release.yml --- .github/workflows/auto-pull-request-by-release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/auto-pull-request-by-release.yml b/.github/workflows/auto-pull-request-by-release.yml index 2e343e28..d67d7961 100644 --- a/.github/workflows/auto-pull-request-by-release.yml +++ b/.github/workflows/auto-pull-request-by-release.yml @@ -1,7 +1,12 @@ name: Auto Pull Request By Release + on: repository_dispatch: types: [ webhook ] + +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + jobs: run: runs-on: ubuntu-latest @@ -58,6 +63,7 @@ jobs: git add . git commit -sm "sync provider" git push origin feat/sync_provider_${version} + - name: create pull request run: | cd pulumi-tencentcloud