0
0
Fork 0
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:
xtex 2024-12-08 09:52:44 +08:00 committed by 0ko
parent ce920b3849
commit dca4cfe02c

View file

@ -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