Skip to content

Commit

Permalink
Document workflow secrets (#420)
Browse files Browse the repository at this point in the history
* Document NPM_TOKEN

* Document GITHUB_TOKEN
  • Loading branch information
andreogle authored Aug 21, 2024
1 parent ba65061 commit dd9d09e
Showing 1 changed file with 15 additions and 1 deletion.
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

0 comments on commit dd9d09e

Please sign in to comment.