on: [push] jobs: test: runs-on: docker container: image: code.forgejo.org/oci/node:20-bookworm steps: - name: FORGEJO_TOKEN run: | set -x test "$FORGEJO_TOKEN" test "$FORGEJO_TOKEN" = "${{ env.FORGEJO_TOKEN }}" test "$FORGEJO_TOKEN" = "${{ github.TOKEN }}"