Skip to content

Commit 88112dd

Browse files
authored
Replacing otc-zuul app-id token with temporary otcbot token (#171)
1 parent 746a605 commit 88112dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ jobs:
129129
remote_pr_branch: 'release/staging-${{ needs.build-preview.outputs.image_version }}'
130130
with:
131131
title: ${{ env.remote_pr_branch }}
132-
token: ${{ steps.app-token.outputs.token }}
132+
token: ${{ secrets.DOCS_NEXT_TOKEN }}
133133
branch: ${{ env.remote_pr_branch }}
134134

0 commit comments

Comments
 (0)