Promote to uat: artifacthub-pkg.yml v1.0.1 with Gitea archive URL #184

Merged
Null Pointer Nancy merged 9 commits from promote/uat-artifacthub-v1.0.1 into uat 2026-05-21 00:45:09 +00:00
Showing only changes of commit 5e6cd6603b - Show all commits
-4
View File
@@ -15,13 +15,9 @@ jobs:
promotion-gate:
name: Promotion Gate
runs-on: ubuntu-latest
container: ubuntu:latest
timeout-minutes: 5
steps:
- name: Install dependencies
run: apt-get update -qq && apt-get install -y --no-install-recommends curl jq
- name: Check promotion approval
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}