diff --git a/.github/workflows/createPullRequest.yml b/.github/workflows/createPullRequest.yml index 58c695c7..5a231fab 100644 --- a/.github/workflows/createPullRequest.yml +++ b/.github/workflows/createPullRequest.yml @@ -22,7 +22,7 @@ jobs: curl -LsS https://raw.githubusercontent.com/DerTyp7214/DerTyp7214/main/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md - name: Create Pull Request - uses: devops-infra/action-pull-request@v0.4.2 + uses: devops-infra/action-pull-request@v0.5.5 with: github_token: ${{ secrets.REPO_SCOPED_TOKEN }} template: .tmp/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/createTranslationPullRequest.yml b/.github/workflows/createTranslationPullRequest.yml index a0e31a61..a6aed70e 100644 --- a/.github/workflows/createTranslationPullRequest.yml +++ b/.github/workflows/createTranslationPullRequest.yml @@ -21,7 +21,7 @@ jobs: curl -LsS https://raw.githubusercontent.com/DerTyp7214/DerTyp7214/main/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md - name: Create Pull Request - uses: devops-infra/action-pull-request@v0.4.2 + uses: devops-infra/action-pull-request@v0.5.5 with: github_token: ${{ secrets.REPO_SCOPED_TOKEN }} template: .tmp/PULL_REQUEST_TEMPLATE.md