We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746a605 commit 88112ddCopy full SHA for 88112dd
.github/workflows/build-publish-staging.yaml
@@ -129,6 +129,6 @@ jobs:
129
remote_pr_branch: 'release/staging-${{ needs.build-preview.outputs.image_version }}'
130
with:
131
title: ${{ env.remote_pr_branch }}
132
- token: ${{ steps.app-token.outputs.token }}
+ token: ${{ secrets.DOCS_NEXT_TOKEN }}
133
branch: ${{ env.remote_pr_branch }}
134
0 commit comments