2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

chore: add permissions to publish action

This commit is contained in:
Nikolay Kostyurin
2025-03-09 15:45:43 +02:00
parent 2d367e40ca
commit 8f541e8fca
+6
View File
@@ -7,6 +7,12 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
pull-requests: write
statuses: read
deployments: write
jobs:
publish:
runs-on: ubuntu-latest