Skip to content

Commit

Permalink
Merge pull request #281 from hypnoglow/fix-ci-dependabot
Browse files Browse the repository at this point in the history
Fix dependabot access for GitHub actions
  • Loading branch information
hypnoglow authored Sep 15, 2023
2 parents fe7164e + 51160f9 commit 3a4c684
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 3a4c684

Please sign in to comment.