You've already forked .autoupdate
fix(ci): standardize Gitea git auth env vars in workflows
All checks were successful
Update reflex-appimage Package / update (push) Successful in 11s
Update open-video-downloader-bin Package / update (push) Successful in 7s
Update open-video-downloader-appimage Package / update (push) Successful in 6s
Update deskflow-bin Package / update (push) Successful in 6s
All checks were successful
Update reflex-appimage Package / update (push) Successful in 11s
Update open-video-downloader-bin Package / update (push) Successful in 7s
Update open-video-downloader-appimage Package / update (push) Successful in 6s
Update deskflow-bin Package / update (push) Successful in 6s
Replace `GITEA_TOKEN`/`GITEA_HOST` with `GIT_TOKEN`/`GIT_HOST` in workflow credential setup and clone URLs for affected AUR jobs.
This commit is contained in:
@@ -20,8 +20,8 @@ jobs:
|
||||
git config --global user.name "${GIT_NAME}"
|
||||
git config --global user.email "${GIT_EMAIL}"
|
||||
git config --global credential.helper store
|
||||
echo "https://${GIT_EMAIL//@/%40}:${GITEA_TOKEN}@${GITEA_HOST}" > ~/.git-credentials
|
||||
git clone --depth 1 https://${GITEA_HOST}/aur/open-video-downloader-appimage
|
||||
echo "https://${GIT_EMAIL//@/%40}:${GIT_TOKEN}@${GIT_HOST}" > ~/.git-credentials
|
||||
git clone --depth 1 https://${GIT_HOST}/aur/open-video-downloader-appimage
|
||||
cd open-video-downloader-appimage
|
||||
source PKGBUILD
|
||||
./push.sh $(curl -L -H "Accept: application/vnd.github+json" https://api.github.com/repos/${_srcmntr}/${_srcname}/releases/latest | jq ".tag_name" | sed 's|"||g;s|app-v||')
|
||||
|
||||
Reference in New Issue
Block a user