Skip to content

feat : add challenge scripts #1

feat : add challenge scripts

feat : add challenge scripts #1

name: Automatically Update README.md
on:
push:
branches: [ "main" ]
jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: 'pip'
- run: pip install requests
- run: python3 ./scripts/create_challenge_issue.py ${{GH_TOKEN}} wwan13 algorithm

Check failure on line 19 in .github/workflows/create_challenge_issue.yml

View workflow run for this annotation

GitHub Actions / Automatically Update README.md

Invalid workflow file

The workflow is not valid. .github/workflows/create_challenge_issue.yml (Line: 19, Col: 14): Unrecognized named-value: 'GH_TOKEN'. Located at position 1 within expression: GH_TOKEN