Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Obog committed Mar 23, 2024
1 parent 29a59e1 commit 5275df9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on: [push]
jobs:
notify:
runs-on: ubuntu-latest

env:
LINKEDIN_JSESSION_ID: ${{ secrets.LiJSess }}
LINKEDIN_LI_AT: ${{ secrets.LiLiat }}
DISCORD_WEBHOOK_URL: ${{ secrets.DiscordWbhkUrl }}
steps:
- uses: actions/checkout@v4
- name: "Set up python"
Expand All @@ -16,11 +19,6 @@ jobs:
run: |
pip install pipenv
- name: "Run notification job"
with:
env:
LINKEDIN_JSESSION_ID: ${{ secrets.LiJSess }}
LINKEDIN_LI_AT: ${{ secrets.LiLiat }}
DISCORD_WEBHOOK_URL: ${{ secrets.DiscordWbhkUrl }}
run: |
pipenv install
pipenv run python run.py

0 comments on commit 5275df9

Please sign in to comment.