Skip to content

Commit

Permalink
chore: update workflow permissions (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Nov 4, 2023
1 parent 3ac3cdd commit 72cc438
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ah-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: ArtifactHub Lint

# permissions: {}
permissions: {}

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Check actions

# permissions: {}
permissions: {}

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Verify codegen

# permissions: {}
permissions: {}

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ct-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: CT Lint

# permissions: {}
permissions: {}

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Helm install

# permissions: {}
permissions: {}

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Helm Release

# permissions: {}
permissions: {}

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Lint

# permissions: {}
permissions: {}

on:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

name: Release

permissions: {}

on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Tests

# permissions: {}
permissions: {}

on:
pull_request:
Expand Down

0 comments on commit 72cc438

Please sign in to comment.