Skip to content

Commit

Permalink
test: test chart CI step summaries (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 authored Apr 11, 2024
1 parent b2c1f97 commit afb2da2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/fizzbuzz-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

permissions:
contents: write
pull-requests: read
pull-requests: write
actions: read

concurrency:
Expand All @@ -39,9 +39,10 @@ jobs:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
fizzbuzz-chart:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/smaller-semantic-release-container
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/switch-chart-ci-to-use-step-summaries
with:
job-name: fizzbuzz-chart
comment-enabled: 'true'
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-project: ${{ vars.HARBOR_PROJECT }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/fizzbuzz-crds-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

permissions:
contents: write
pull-requests: read
pull-requests: write
actions: read

concurrency:
Expand All @@ -39,9 +39,10 @@ jobs:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
fizzbuzz-crds-chart:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/smaller-semantic-release-container
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/switch-chart-ci-to-use-step-summaries
with:
job-name: fizzbuzz-crds-chart
comment-enabled: 'true'
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-project: ${{ vars.HARBOR_PROJECT }}
Expand Down

0 comments on commit afb2da2

Please sign in to comment.