Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/registry-management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types:
- completed

permissions:
actions: write

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
Expand All @@ -18,7 +21,7 @@ jobs:
steps:
- name: Registry Management Workflow Dispatch
env:
GH_TOKEN: ${{ secrets.REGISTRY_MANAGEMENT }}
GH_TOKEN: ${{ github.token }}
run: |
gh api \
--method POST \
Expand Down
Loading