Add token output to workflow (#6319)

This commit is contained in:
Sirz Benjie 2025-08-20 22:43:52 -05:00 committed by GitHub
parent 2664700eb1
commit 8773a0faf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ jobs:
run: git push origin release run: git push origin release
# The repository variable is used by the deploy-beta workflow to determine whether to deploy from beta or release. # The repository variable is used by the deploy-beta workflow to determine whether to deploy from beta or release.
- name: Set repository variable - name: Set repository variable
run: GITHUB_TOKEN="${{ secrets.RW_VARS_PAT }}" gh variable set BETA_DEPLOY_BRANCH --body "release" run: GITHUB_TOKEN="${{ steps.app-token.outputs.token }}" gh variable set BETA_DEPLOY_BRANCH --body "release"
- name: Create pull request to main - name: Create pull request to main
run: | run: |
gh pr create --base main \ gh pr create --base main \