act_runner url fixed auth token format
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 3s
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 3s
This commit is contained in:
parent
e7f447d229
commit
ce442459eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user