Skip to content

Commit

Permalink
grant permissions to unit test job
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Sep 26, 2024
1 parent 1083ab2 commit 1c4a678
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ permissions: {}
jobs:
run_unit_tests:
uses: ./.github/workflows/tests.yaml
permissions:
contents: read

build_and_upload_manifests:
if: github.ref_type == 'tag'
Expand Down Expand Up @@ -101,8 +103,7 @@ jobs:

create_helm_release:
if: github.ref_type == 'tag'
permissions:
contents: write
needs: build_and_push_docker_image
uses: ./.github/workflows/helm-release.yaml
secrets: inherit
permissions:

Check failure on line 108 in .github/workflows/release.yaml

View workflow job for this annotation

GitHub Actions / pre-commit checks

108:1 syntax error: found character '\t' that cannot start any token (syntax)
contents: write

0 comments on commit 1c4a678

Please sign in to comment.