diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 9ba2750..a32233c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -45,8 +45,8 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' continue-on-error: true env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} - GITEA_USER: ${{ secrets.GITEA_USER }} + GITEA_TOKEN: ${{ secrets.GITEATOKEN }} + GITEA_USER: ${{ secrets.GITEAUSER }} run: | test -n "$GITEA_TOKEN" version="$(node -p "require('./package.json').version")" diff --git a/README.md b/README.md index 0c5a9c0..d6018e0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Download the current Windows installer from the latest successful Gitea build: - [Build artifacts: coworker-windows-installer](https://git.wilkensxl.de/Code-Inc/Coworker/actions/runs/22) -The build workflow also publishes the installer to the Gitea package registry when `secrets.GITEA_TOKEN` has package write access for `Code-Inc`: +The build workflow also publishes the installer to the Gitea package registry when `secrets.GITEATOKEN` has package write access for `Code-Inc`: - [Coworker-Setup-0.1.0.exe](https://git.wilkensxl.de/api/packages/Code-Inc/generic/coworker-windows-installer/0.1.0/Coworker-Setup-0.1.0.exe) - [SHA256SUMS.txt](https://git.wilkensxl.de/api/packages/Code-Inc/generic/coworker-windows-installer/0.1.0/SHA256SUMS.txt)