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

Document workflow secrets #420

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Changes from all commits
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
16 changes: 15 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# https://github.com/changesets/action
#also has a specific scope https://github.com/changesets/action

########################################################################################
# The following secrets are required:
#
# 1. NPM_TOKEN - A "fine-grained personal access token" generated through the
# npmjs.com UI. Tokens are generated at the user level, rather than organisation
# level. Each token is also scoped to the specific package.
#
# The following minimum permissions are required:
# Read & write - access to package & scope
#
# 2. GITHUB_TOKEN - automatically provided by Github to workflow runs.
########################################################################################

name: Release

on:
Expand Down