wip: GITHUB_TOKEN gets set, but shouldn't bet set
Some checks failed
Flake checks / Check (push) Failing after 35s

This commit is contained in:
teutat3s 2023-11-09 04:21:46 +01:00
parent 6641d341e2
commit 6b28fa8ae1
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -1,15 +1,12 @@
name: Flake checks
on: [push]
env_files:
# override gitea actions which passes GITHUB_TOKEN to set env var as null
github_token: /dev/null
jobs:
Check:
runs-on: ubuntu-latest
env:
USER: root
GITHUB_TOKEN: ""
steps:
- name: Check out repository code
uses: https://code.forgejo.org/actions/checkout@v4