diff --git a/.github/workflows/autochangelog.yml b/.github/workflows/autochangelog.yml index 2a8f80e62a1..d5de30fc372 100644 --- a/.github/workflows/autochangelog.yml +++ b/.github/workflows/autochangelog.yml @@ -1,6 +1,6 @@ name: Autochangelog on: - pull_request: + pull_request_target: types: closed branches: - master @@ -17,7 +17,6 @@ jobs: - uses: /actions/checkout@v2 with: ref: ${{ github.head_ref }} - token: ${{ secrets.Autochangelog_Autocommit_Token }} - name: Ensure +x on CI directory run: | chmod -R +x ./tools/ci