diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index b95c3eb..8134aed 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -18,6 +18,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Check Authentication + uses: ./ + with: + token: ${{ secrets.GH_TOKEN }} + - name: Go ACME Setup uses: ./ with: