fixed token

This commit is contained in:
2025-12-17 10:04:00 +01:00
parent 3044f9cc24
commit ff20a0d0c9

View File

@@ -15,4 +15,6 @@ jobs:
- run: chmod +x update.sh - run: chmod +x update.sh
- run: | - run: |
export GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} export GITEA_TOKEN=${{ secrets.GITEA_TOKEN }}
git config --global credential.helper store
echo "https://bryan%40pedini.dev:${GITEA_TOKEN}@git.bjphoster.com" > ~/.git-credentials
./update.sh ./update.sh