Skip to content

Commit

Permalink
Authenticate on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Jul 18, 2024
1 parent b5cf323 commit 289e97a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@ jobs:
# TESTS

- name: Test with pytest
env:
# set environment variable to use during testing
TRUTHSOCIAL_USERNAME: ${{ secrets.TRUTHSOCIAL_USERNAME }}
TRUTHSOCIAL_PASSWORD: ${{ secrets.TRUTHSOCIAL_PASSWORD }}
run: |
poetry run pytest
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ Please format your code with `black`:
black .
```

### Continuous Integration

The Continuous Integration build is controlled via the "python-app" workflow file. To make the build pass, the environment variables `TRUTHSOCIAL_USERNAME` and `TRUTHSOCIAL_PASSWORD` must be set as GitHub repository secrets.


## Wishlist

Support for the following capabilities is planned:
Expand Down

0 comments on commit 289e97a

Please sign in to comment.