Skip to content

Commit d8f89c3

Browse files
committed
ci: persist credentials by default disabled
1 parent 9d77a8e commit d8f89c3

5 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
fetch-depth: 1
4444
ref: ${{ inputs.ref && inputs.ref || github.sha }}
45+
persist-credentials: false
4546

4647
- uses: graycoreio/daffodil/.github/actions/setup-nx-remote-cache@develop
4748
with:
@@ -68,6 +69,7 @@ jobs:
6869
with:
6970
fetch-depth: 1
7071
ref: ${{ inputs.ref && inputs.ref || github.sha }}
72+
persist-credentials: false
7173

7274
- uses: graycoreio/github-actions/setup-node@main
7375
with:
@@ -103,6 +105,7 @@ jobs:
103105
with:
104106
ref: ${{ inputs.ref && inputs.ref || github.sha }}
105107
fetch-depth: 0
108+
persist-credentials: false
106109
- uses: graycoreio/github-actions/setup-node@main
107110
with:
108111
node-version: '22.21.x'
@@ -135,6 +138,7 @@ jobs:
135138
with:
136139
fetch-depth: 1
137140
ref: ${{ inputs.ref && inputs.ref || github.sha }}
141+
persist-credentials: false
138142

139143
- uses: graycoreio/daffodil/.github/actions/setup-nx-remote-cache@develop
140144
with:

.github/workflows/deprecation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0
22+
persist-credentials: false
2223

2324
- uses: graycoreio/github-actions/setup-node@main
2425
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
ref: ${{ github.event.workflow_run.head_sha || github.ref }}
3232
fetch-depth: 1
33+
persist-credentials: false
3334

3435
- uses: graycoreio/github-actions/setup-node@main
3536
with:

.github/workflows/test-commerce-schematic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 100
4242
ref: ${{ inputs.ref && inputs.ref || github.sha }}
43+
persist-credentials: false
4344

4445
- name: Get Angular version from package.json
4546
id: package-angular-version
@@ -93,6 +94,7 @@ jobs:
9394
with:
9495
fetch-depth: 1
9596
ref: ${{ inputs.ref && inputs.ref || github.sha }}
97+
persist-credentials: false
9698

9799
- uses: graycoreio/github-actions/setup-node@main
98100
with:

.github/workflows/upload-search-index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 1
2121
ref: ${{ github.event_name == 'push' && github.event.ref || github.sha }}
22+
persist-credentials: false
2223

2324
- uses: graycoreio/daffodil/.github/actions/setup-nx-remote-cache@develop
2425
with:

0 commit comments

Comments
 (0)