update repo endpoints
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Build and Push Docker Image / push_to_gitea (push) Has been cancelled

This commit is contained in:
2025-01-02 17:52:44 -05:00
parent 3a2779c4a2
commit 96451a01a7

View File

@ -9,6 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
env:
GITEA_SERVER: https://git.rehounou.ca
GITEA_TOKEN: ${{ secrets.REPO_GITEA_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v2