Skip to content

Commit

Permalink
doing something
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Obog committed Mar 23, 2024
1 parent 4d16410 commit 1e0c82b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
LINKEDIN_JSESSION_ID: ${{ secrets.LiJSess }}
LINKEDIN_LI_AT: ${{ secrets.LiLiat }}
DISCORD_WEBHOOK_URL: ${{ secrets.DiscordWbhkUrl }}
TEST_ENV_VAR: $${{ secrets.Testy }}
TEST_ENV_VAR: ${{ secrets.Testy }}
steps:
- uses: actions/checkout@v4
- name: "Set up python"
Expand All @@ -19,8 +19,6 @@ jobs:
- name: "Install pipenv"
run: |
pip install pipenv
- name: "Print test secret var"
run: echo ${{ env.TEST_ENV_VAR }}
- name: "Run notification job"
run: |
pipenv install
Expand Down
2 changes: 2 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

def main():
dotenv.load_dotenv()

print(os.environ.get("TEST_ENV_VAR"))
cfg = get_config(dict(os.environ))

job_titles = ["Software Engineer Intern"]
Expand Down

0 comments on commit 1e0c82b

Please sign in to comment.