Skip to content

Commit

Permalink
feat(env): expose the token as an envVar
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarno committed May 3, 2022
1 parent 85d8e99 commit a3d1627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/refresh-secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- name: Install pylab
run: poetry install
- name: Refresh the token
run: poetry run python refresh.py SHIRLYWHIRLMD
run: poetry run python refresh.py
env:
SHIRLYWHIRLMD_INSTA_TOKEN: ${{ secrets.INSTA_TOKEN }}

0 comments on commit a3d1627

Please sign in to comment.