Skip to content

Commit

Permalink
add comment & secrets inherit perm (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: jamie zieziula <[email protected]>
  • Loading branch information
jamiezieziula and jamie zieziula authored Oct 1, 2024
1 parent 1d51921 commit 17ddbab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/images-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
with:
environment: dev
image: prefect-operator-dev
# this is required so that the workflow can read secrets rom the environment
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/images-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
with:
environment: dev
image: prefect-operator-dev
# this is required so that the workflow can read secrets rom the environment
secrets: inherit
5 changes: 3 additions & 2 deletions .github/workflows/images-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ jobs:
with:
environment: prod
image: prefect-operator
# this is required so that the workflow can read secrets rom the environment
secrets: inherit

create_helm_release:
needs: build_and_push_image_for_tags
uses: ./.github/workflows/helm-release.yaml
permissions:
# required by downstream jobs
contents: write
# this is required so that the workflow can read secrets
# from the environment
# this is required so that the workflow can read secrets rom the environment
secrets: inherit

0 comments on commit 17ddbab

Please sign in to comment.