Added check-token-action build and action.
Some checks failed
Test Action / test (push) Failing after 4s

This commit is contained in:
2026-01-11 19:25:14 +01:00
parent 32a4011b54
commit 11a26bd176

View File

@@ -18,6 +18,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Check Authentication
uses: ./
with:
token: ${{ secrets.GH_TOKEN }}
- name: Go ACME Setup - name: Go ACME Setup
uses: ./ uses: ./
with: with: