diff --git a/.github/workflows/destversion.yml b/.github/workflows/destversion.yml index ac894a2..90c26a5 100644 --- a/.github/workflows/destversion.yml +++ b/.github/workflows/destversion.yml @@ -19,5 +19,5 @@ jobs: # run: echo `date` - name: Check new version and push env: - GHTOKEN: ${{ secrets.GHTOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: sudo apt update && sudo apt install python3 python3-pip -y && pip install lxml requests && bash -x ./scripts/destVersionForMac.sh ${{ github.event.inputs.download_link }}