Skip to content

Revert and use secrets correctly #6

Revert and use secrets correctly

Revert and use secrets correctly #6

name: Update website
on:
workflow_dispatch: {}
push:
branches: [ "master" ]
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update site
shell: bash
run: |
pip3 install websocket-client && \
python3 update.py ${{ secrets.ION_CSRF_TOKEN }} ${{ secrets.ION_SESSION_ID }}