act_runner url fixed auth token format
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 3s

This commit is contained in:
Alan Youngblood 2024-01-16 15:51:47 -05:00
parent e7f447d229
commit ce442459eb

View File

@ -9,8 +9,11 @@ jobs:
deploy:
name: "Deploy Hugo site to Netlify"
steps:
- uses: https://Zeronaut:78ee387cb5525170c47475455b852029e1620cfc@gitea.oakcityit.net/Zeronaut/nbco-hugo-web/checkout@v3
- uses: https://gitea.oakcityit.net/Zeronaut/nbco-hugo-web/checkout@v3
name: Checkout
with:
username: ${{ secrets.REPO_USER }}
password: ${{ secrets.REPO_TOKEN }}
- name: Build
run: |
hugo version