You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-cli.yml
+15-25Lines changed: 15 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,13 @@
12
12
#
13
13
14
14
# 🚨 GITHUB SECRETS REQUIRED:
15
+
# - NPM_TOKEN: A NPM Access Token with Publish access.
15
16
# - GH_TOKEN: A GitHub token with write repo access.
16
-
# You can generate one from here: https://docs.github.com/en/[email protected]/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens
17
+
# You can generate one from here: https://github.com/settings/tokens
17
18
# make sure to add it to the repo secrets with the name GH_TOKEN
19
+
# Attention: Not to be confused with the GITHUB_TOKEN, this is a different token with different permissions.
Copy file name to clipboardExpand all lines: .github/workflows/new-app-version.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@
16
16
17
17
# 🚨 GITHUB SECRETS REQUIRED:
18
18
# - GH_TOKEN: A GitHub token with write repo access.
19
-
# You can generate one from here: https://docs.github.com/en/[email protected]/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens
19
+
# You can generate one from here: https://github.com/settings/tokens
20
20
# make sure to add it to the repo secrets with the name GH_TOKEN
21
+
# Attention: Not to be confused with the GITHUB_TOKEN, this is a different token with different permissions.
0 commit comments