Skip to content

Commit

Permalink
Replacing otc-zuul app-id token with temporary otcbot token (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
otcbot authored Nov 28, 2024
1 parent 746a605 commit 88112dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ jobs:
remote_pr_branch: 'release/staging-${{ needs.build-preview.outputs.image_version }}'
with:
title: ${{ env.remote_pr_branch }}
token: ${{ steps.app-token.outputs.token }}
token: ${{ secrets.DOCS_NEXT_TOKEN }}
branch: ${{ env.remote_pr_branch }}

0 comments on commit 88112dd

Please sign in to comment.