diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 2f4b1df..1633b5d 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -9,6 +9,8 @@ on: jobs: test: runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} steps: - uses: actions/checkout@v4 - uses: https://github.com/erlef/setup-beam@v1