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: docs/README_environment_github_actions.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,19 +15,15 @@ As Github has introduced [Github Actions](https://github.com/features/actions),
15
15
16
16
Please ensure that you've read the prerequisites section before continuing with this section.
17
17
18
-
### Setup Tokens
18
+
### Automatic GitHub Action Token
19
19
20
-
1. Create a [Personal Access Token with repo access](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) (POA) and copy the token.
21
-
- Make sure it has this access:
22
-
23
-

24
-
2. Open up your Github repo.
25
-
3. Go to **Settings** > **Secrets** and click on **Add a new secret** link.
20
+
GitHub provides a token that you can use to authenticate on behalf of GitHub Actions.
26
21
27
-

28
-
4. Create a secret with name `GH_TOKEN` and paste your POA, which you copied in step 1, in value.
22
+
GitHub automatically creates a `GITHUB_TOKEN`secret to use in your workflow.
23
+
You can use the `GITHUB_TOKEN` to authenticate in a workflow run.
29
24
30
-

0 commit comments