Revert "feat: test FORGEJO_TOKEN"

This reverts commit af5923c7d4.
This commit is contained in:
Earl Warren 2024-12-24 09:56:36 +01:00
parent 32779c4d6d
commit 186b29a8a0
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 0 additions and 18 deletions

View file

@ -171,9 +171,5 @@ function test_actions() {
if dpkg --compare-versions $version ge 9.0; then if dpkg --compare-versions $version ge 9.0; then
run actions_verify_example schedule-noncancel run actions_verify_example schedule-noncancel
fi fi
if dpkg --compare-versions $version ge 10.0 && dpkg --compare-versions $runner_version gt 5.0.4; then
run actions_verify_example branding-v10
fi
done done
} }

View file

@ -1,14 +0,0 @@
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 }}"