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

Migrate to changesets #565

Merged
merged 8 commits into from
Oct 17, 2023
Merged

Migrate to changesets #565

merged 8 commits into from
Oct 17, 2023

Conversation

AaronMoat
Copy link
Contributor

Reasonably blindly copied seek-oss/logger#89. Will need the token added (at a minimum)

@AaronMoat AaronMoat marked this pull request as ready for review October 17, 2023 04:54
@AaronMoat AaronMoat requested a review from a team as a code owner October 17, 2023 04:54
NPM_TOKEN: ${{ secrets.SEEK_OSS_CI_NPM_TOKEN }}

- name: Publish Storybook
run: yarn storybook:build && yarn storybook:deploy -- --ci --host-token-env-variable=GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.actor }}:${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
Copy link
Member

@72636c 72636c Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing we may need to remove/change github.actor if we want to make this change, as the org token belongs to https://github.com/orgs/seek-oss/teams/ci.

That said, can we check if we can stick to the repo-scoped GITHUB_TOKEN for the Storybook step? (I can't quite remember at this time why it's insufficient for Changesets though!)

Copy link
Contributor Author

@AaronMoat AaronMoat Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose if it already works with GITHUB_TOKEN it should be fine?

Copy link
Member

@72636c 72636c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙇

CONTRIBUTING.md Outdated Show resolved Hide resolved
@AaronMoat AaronMoat merged commit cd509d2 into master Oct 17, 2023
5 checks passed
@AaronMoat AaronMoat deleted the changesets branch October 17, 2023 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants