end-to-end/actions/example-branding-v10/.forgejo/workflows/test.yml
2024-12-20 17:38:55 +08:00

14 lines
332 B
YAML

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 }}"