Skip to content

Commit

Permalink
Update stakater/.github action to v0.0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 1448443 commit 40b1244
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/closed_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/pull_request_closed.yaml@v0.0.91
uses: stakater/.github/.github/workflows/pull_request_closed.yaml@v0.0.94
secrets:
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/delete_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ on: delete

jobs:
delete:
uses: stakater/.github/.github/workflows/branch_deleted.yaml@v0.0.91
uses: stakater/.github/.github/workflows/branch_deleted.yaml@v0.0.94
secrets:
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

jobs:
doc_qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.91
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.94
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: .markdownlint.yaml
build_container:
if: ${{ github.base_ref == 'main' }}
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.91
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.94
with:
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#pull-request-deployments
DOCKER_FILE_PATH: Dockerfile
Expand All @@ -27,6 +27,6 @@ jobs:
DOCKER_SECRETS: GIT_AUTH_TOKEN=${{ secrets.PUBLISH_TOKEN }}

deploy_doc:
uses: stakater/.github/.github/workflows/pull_request_versioned_doc.yaml@v0.0.91
uses: stakater/.github/.github/workflows/pull_request_versioned_doc.yaml@v0.0.94
secrets:
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/push_versioned_doc.yaml@v0.0.91
uses: stakater/.github/.github/workflows/push_versioned_doc.yaml@v0.0.94
secrets:
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
create_release:
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.91
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.94
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
build_container:
uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.91
uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.94
with:
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#gh-pages
DOCKER_FILE_PATH: Dockerfile
Expand Down

0 comments on commit 40b1244

Please sign in to comment.