mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
ci: Set workflow permissions
This commit is contained in:
parent
7025193763
commit
d3bd21cf8a
5 changed files with 26 additions and 2 deletions
4
.github/workflows/docs-release.yaml
vendored
4
.github/workflows/docs-release.yaml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
- "docs/**"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
release-docs:
|
||||
|
@ -19,6 +19,8 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Generate Token
|
||||
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue