Skip to content

Commit

Permalink
test config-repo workflow with v1.2 action (#79)
Browse files Browse the repository at this point in the history
* test config-repo workflow with v1.2 action

* finalize testing on release-2.4

* [skip ci] use v2

---------

Co-authored-by: Michael Henderson <[email protected]>
  • Loading branch information
fiddlermikey and Michael Henderson authored Mar 5, 2024
1 parent 67853d4 commit b1d7915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
repository: 'Keyfactor/actions'
path: './actions/'
token: ${{ secrets.token }}
ref: 'release-2.4' # Update this tag for testing new readme templates branches
ref: 'v2' # Update this tag for testing new readme templates branches
- uses: Keyfactor/[email protected]
name: Merge template and manifest with jinja2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
call-container-build-and-release-workflow:
needs: [call-get-primary-language, call-assign-from-json-workflow, call-create-github-release-workflow,call-goreleaser-exists,setup_platforms]
if: needs.call-get-primary-language.outputs.primary_language == 'Go' && needs.call-goreleaser-exists.outputs.goreleaser-exists == 'false'
uses: keyfactor/actions/.github/workflows/container-build-and-release.yml@release-2.4
uses: keyfactor/actions/.github/workflows/container-build-and-release.yml@v2
with:
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
platform_list: ${{ fromJson(needs.setup_platforms.outputs.platform_matrix) }}
Expand All @@ -116,7 +116,7 @@ jobs:
call-maven-build-and-release-workflow:
needs: [call-get-primary-language, call-assign-from-json-workflow, call-create-github-release-workflow]
if: needs.call-get-primary-language.outputs.primary_language == 'Java'
uses: keyfactor/actions/.github/workflows/maven-build-and-release.yml@release-2.4
uses: keyfactor/actions/.github/workflows/maven-build-and-release.yml@v2
with:
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
Expand All @@ -126,7 +126,7 @@ jobs:

call-generate-readme-workflow:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@release-2.4
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@v2
secrets:
token: ${{ secrets.APPROVE_README_PUSH }}

Expand Down

0 comments on commit b1d7915

Please sign in to comment.