Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Release Preview - Changeset #12765

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add GH_TOKEN env
  • Loading branch information
momentmaker committed Apr 8, 2024
commit 8b125a41a274d88636adcd76285de92180edcba9
3 changes: 3 additions & 0 deletions .github/workflows/cicd-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
permissions:
id-token: write
contents: read
pull-requests: write
outputs:
hasChangesets: ${{ steps.cd-release.outputs.hasChangesets }}
changesetPrId: ${{ steps.cd-release.outputs.pullRequestNumber }}
Expand All @@ -37,3 +38,5 @@ jobs:
- name: Set PR to draft
shell: bash
run: gh pr ready ${{ steps.cd-release.outputs.changesetPrId }} --undo
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading