Skip to content

Commit 22997ab

Browse files
committed
add CICD parameter to build
1 parent f977d83 commit 22997ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/base_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414

1515
permissions:
1616
contents: read
17-
17+
env:
18+
CICD_BUILD: 1
1819
jobs:
1920
changes:
2021
runs-on: ubuntu-latest
@@ -46,6 +47,7 @@ jobs:
4647
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
4748
with:
4849
egress-policy: audit
50+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4951

5052
- name: Build with release
5153
working-directory: "${{ github.workspace }}/.github/scripts"

0 commit comments

Comments
 (0)