Update .gitea/workflows/deploy.yaml
Some checks failed
Deploying Static Site / Build (push) Failing after 16s

This commit is contained in:
Silas Bartha 2025-03-16 16:40:56 -04:00
parent ce179264be
commit 7c0f8d1aff

View File

@ -6,7 +6,7 @@ jobs:
container: container:
image: git.soaos.dev/soaos/ringfairy:latest image: git.soaos.dev/soaos/ringfairy:latest
credentials: credentials:
username: ${{ gitea.actor }} username: soaos
password: ${{ secrets.PACKAGE_ACCESS_TOKEN }} password: ${{ secrets.PACKAGE_ACCESS_TOKEN }}
steps: steps:
- name: Check out repository code - name: Check out repository code