Skip to content

Commit

Permalink
Fix no secrets in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Jan 12, 2024
1 parent 78d31e2 commit 353b12c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Update stickers
env:
SIGNAL_PASSWORD: ${{ secrets.SIGNAL_PASSWORD }}
SIGNAL_UUID: ${{ secrets.SIGNAL_UUID }}
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
TELEGRAM_USERID: ${{ secrets.TELEGRAM_USERID }}
run: |
pip install -r requirements.txt
python update.py
Expand Down

0 comments on commit 353b12c

Please sign in to comment.