diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 1fa4acbc814..3b52107b140 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 # This workflow requires a non-GHA token in order to trigger downstream CI, and to access the 'fork' repository. - id: app-token - uses: actions/create-github-app-token + uses: actions/create-github-app-token@v1 with: app-id: ${{ secrets.POETRY_TOKEN_APP_ID }} private-key: ${{ secrets.POETRY_TOKEN_APP_KEY }}