Skip to content

Commit

Permalink
Fix dependabot access for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Sep 15, 2023
1 parent fe7164e commit 51160f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -9,6 +9,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:

- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-docker-images.yml
Expand Up @@ -12,6 +12,9 @@ jobs:
docker-images:
name: Publish docker images
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
matrix:
helm:
Expand Down

0 comments on commit 51160f9

Please sign in to comment.