mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-10 07:56:26 +00:00
Rename CI credentials to org-wide names, demote non-secrets to variables (#16919)
This commit is contained in:
committed by
GitHub
parent
28cfd73cc5
commit
8639310cfa
4
.github/workflows/notify-breaking-change.yml
generated
vendored
4
.github/workflows/notify-breaking-change.yml
generated
vendored
@@ -33,8 +33,8 @@ jobs:
|
||||
steps:
|
||||
- name: Notify site of breaking change
|
||||
env:
|
||||
INGEST_SECRET: ${{ secrets.BREAKING_CHANGE_INGEST_SECRET }}
|
||||
SITE_URL: ${{ secrets.FRONTEND_URL || vars.SITE_URL || 'https://community-scripts.org' }}
|
||||
INGEST_SECRET: ${{ secrets.FRONTEND_ADVISORY_SECRET }}
|
||||
SITE_URL: ${{ vars.FRONTEND_URL || 'https://community-scripts.org' }}
|
||||
PR: ${{ github.event.pull_request.number }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user