mirror of
https://github.com/ivuorinen/cinode-api.git
synced 2026-02-03 18:43:45 +00:00
fix(ci): permissions, again
This commit is contained in:
5
.github/workflows/pr-lint.yml
vendored
5
.github/workflows/pr-lint.yml
vendored
@@ -9,6 +9,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, main]
|
branches: [master, main]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: read
|
||||||
|
statuses: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
SuperLinter:
|
SuperLinter:
|
||||||
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main
|
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main
|
||||||
|
|||||||
5
.github/workflows/release-drafter.yml
vendored
5
.github/workflows/release-drafter.yml
vendored
@@ -5,6 +5,11 @@ name: Release Drafter
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
statuses: write
|
||||||
|
packages: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Draft:
|
Draft:
|
||||||
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main
|
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main
|
||||||
|
|||||||
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -8,6 +8,10 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
packages: read
|
||||||
|
statuses: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
uses: ivuorinen/.github/.github/workflows/stale.yml@main
|
uses: ivuorinen/.github/.github/workflows/stale.yml@main
|
||||||
|
|||||||
5
.github/workflows/sync-labels.yml
vendored
5
.github/workflows/sync-labels.yml
vendored
@@ -14,6 +14,11 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
contents: read
|
||||||
|
statuses: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
SyncLabels:
|
SyncLabels:
|
||||||
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main
|
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main
|
||||||
|
|||||||
Reference in New Issue
Block a user