end-to-end/actions/example-branding-v10/.forgejo/workflows/test.yml

15 lines
332 B
YAML
Raw Normal View History

2024-12-13 21:19:44 +08:00
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 }}"