diff --git a/.github/workflows/build-static-tests.yaml b/.github/workflows/build-static-tests.yaml index eb65838..170428d 100644 --- a/.github/workflows/build-static-tests.yaml +++ b/.github/workflows/build-static-tests.yaml @@ -3,6 +3,6 @@ on: jobs: static: - uses: nolte/gh-plumbing/.github/workflows/reuseable-pre-commit.yaml@feature/reusing-workflows + uses: nolte/gh-plumbing/.github/workflows/reuseable-pre-commit.yaml@develop security: - uses: nolte/gh-plumbing/.github/workflows/reuseable-trivy.yaml@feature/reusing-workflows + uses: nolte/gh-plumbing/.github/workflows/reuseable-trivy.yaml@develop diff --git a/.github/workflows/release-cd-deliver-docs.yml b/.github/workflows/release-cd-deliver-docs.yml index 46bef3f..825368e 100644 --- a/.github/workflows/release-cd-deliver-docs.yml +++ b/.github/workflows/release-cd-deliver-docs.yml @@ -4,6 +4,6 @@ on: jobs: publish_docs: - uses: nolte/gh-plumbing/.github/workflows/reuseable-mkdocs.yaml@feature/reusing-workflows + uses: nolte/gh-plumbing/.github/workflows/reuseable-mkdocs.yaml@develop secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1ae7b70..4e96f1c 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -5,6 +5,6 @@ on: jobs: update_release_draft: - uses: nolte/gh-plumbing/.github/workflows/reuseable-release-drafter.yml@feature/reusing-workflows + uses: nolte/gh-plumbing/.github/workflows/reuseable-release-drafter.yml@develop secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index c4831a0..b199ef7 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -4,6 +4,6 @@ on: jobs: stale: - uses: nolte/gh-plumbing/.github/workflows/reuseable-stale.yaml@feature/reusing-workflows + uses: nolte/gh-plumbing/.github/workflows/reuseable-stale.yaml@develop secrets: token: ${{ secrets.GITHUB_TOKEN }}