This commit is contained in:
2021-10-27 13:44:44 +02:00
parent ad77892b7c
commit 60427a1726
3 changed files with 62 additions and 83 deletions

View File

@@ -58,10 +58,10 @@ token: ${{ secrets.token }}
### With secrets
You can simply create a `.secrets` file and specify it to `act`
You can simply create a `.secrets` file and specify it to `act`.
```
token=abc123
TOKEN=abc123
```
```yml