diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 7a802fb..e14cbce 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -79,7 +79,7 @@ jobs: uses: ad-m/github-push-action@master with: branch: "${{ env.BRANCH_NAME }}" - github_token: ${{ secrets.REKKU_PRIVATE_KEY }} + github_token: ${{ steps.generate-rekku-token.outputs.token || secrets.TRIGGER_BUILD_TOKEN }} - name: Create Pull Request if: success()