mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-21 02:12:15 -05:00
user: actions: Document FORGEJO_TOKEN and GITEA_TOKEN secrets
This commit is contained in:
parent
ce920b3849
commit
dca4cfe02c
1 changed files with 2 additions and 0 deletions
|
@ -55,7 +55,9 @@ are private. It is available:
|
|||
- in the environment of each step as `GITHUB_TOKEN`
|
||||
- as `github.token`
|
||||
- as `env.GITHUB_TOKEN`
|
||||
- as `secrets.FORGEJO_TOKEN`
|
||||
- as `secrets.GITHUB_TOKEN`
|
||||
- as `secrets.GITEA_TOKEN`
|
||||
|
||||
This token can only be used for interactions with the repository of
|
||||
the project and any attempt to use it on other repositories, even
|
||||
|
|
Loading…
Add table
Reference in a new issue