diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 214c1cb..80aae4b 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -20,7 +20,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${ secrets.GITHUB_TOKEN } + token: ${ secrets.TOKEN } assignees: sinaatalay, Klingler98 title: Update from backend body: This is an automated pull request from the backend.