Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Oct 27, 2021
1 parent ad77892 commit 60427a1
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 83 deletions.
137 changes: 58 additions & 79 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import Dict, List
from os import listdir, environ
from typing import Dict
from os import environ
from os.path import join

import requests
Expand Down

0 comments on commit 60427a1

Please sign in to comment.