CI: Add workflows: write scope to bump-version (#111339)

Add workflows: write scope to bump-version
This commit is contained in:
Kevin Minehart
2025-09-18 21:25:04 +00:00
committed by GitHub
parent b8f5effd85
commit 38af71ecd6
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
app_id: ${{ vars.DELIVERY_BOT_APP_ID }}
private_key: ${{ env.GRAFANA_DELIVERY_BOT_APP_PEM }}
repositories: '["grafana"]'
permissions: '{"contents": "write", "pull_requests": "write"}'
permissions: '{"contents": "write", "pull_requests": "write", "workflows": "write"}'
- name: Checkout Grafana
uses: actions/checkout@v5
with: