Skip to content

Commit 0920090

Browse files
authored
feat(init): adds needs gitleaks before release please (#4)
1 parent 708d728 commit 0920090

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

.github/workflows/trigger_scan_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
gitleaks-app-id: ${{ vars.GH_ORG_GITLEAKS_APP_ID }}
2424

2525
release:
26-
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main') }}
26+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2727
uses: ./.github/workflows/release-please.yml
2828
with:
2929
release-type: simple

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repository settings.
5555

5656
## 🎨 Frontend Workflow
5757
To set up the frontend workflow,
58-
1. copy `examples\frontend_default_workflow.yml` to your repo under`.github/workflows/default_workflow.yml` and adjust it to your needs.
58+
1. copy `examples\frontend_trigger_default_workflow.yml` to your repo under`.github/workflows/trigger_default_workflow.yml` and adjust it to your needs.
5959
2. copy `fontend.releaserc.json` to your repo under `.releaserc.json` and adjust it to your needs.
6060
### 🗂️ Frontend Repository Configuration
6161

0 commit comments

Comments
 (0)