diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index c08b400..7f59686 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -21,7 +21,7 @@ jobs: - name: Generate a token for Rekku id: generate-rekku-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v1.11.0 with: app-id: ${{ vars.REKKU_APP_ID }} private-key: ${{ secrets.REKKU_PRIVATE_KEY }}