Skip to content

Commit 5292595

Browse files
committed
Remove persist-credentials lines
1 parent b4a9518 commit 5292595

12 files changed

Lines changed: 0 additions & 42 deletions

.github/workflows/android.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
3131
with:
3232
submodules: false
33-
persist-credentials: false
3433
- name: Use expanded matrix
3534
if: github.event.inputs.use_expanded_matrix == '1'
3635
run: |
@@ -95,7 +94,6 @@ jobs:
9594
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
9695
with:
9796
submodules: true
98-
persist-credentials: false
9997

10098
- name: Set env variables for subsequent steps (all)
10199
shell: bash

.github/workflows/build-report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
3333
with:
3434
fetch-depth: 0
35-
persist-credentials: false
3635
- name: Install Desktop SDK prerequisites
3736
uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # ratchet:nick-invision/retry@v2
3837
with:

.github/workflows/checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
2626
with:
2727
submodules: false
28-
persist-credentials: false
2928
- name: Setup python
3029
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
3130
with:
@@ -67,7 +66,6 @@ jobs:
6766
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
6867
with:
6968
submodules: false
70-
persist-credentials: false
7169
- name: Setup python
7270
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
7371
with:
@@ -107,7 +105,6 @@ jobs:
107105
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
108106
with:
109107
submodules: false
110-
persist-credentials: false
111108
- name: Run check_copyright.sh
112109
run: |
113110
set -e
@@ -123,7 +120,6 @@ jobs:
123120
with:
124121
fetch-depth: 0
125122
submodules: false
126-
persist-credentials: false
127123
- name: Check whether release notes have been updated
128124
# Skip this if the PR has the skipReleaseNotes label or if it's a merge to other than main.
129125
if: ${{!contains(github.event.pull_request.labels.*.name, env.skipReleaseNotesLabel) && (github.event.pull_request.base.ref == 'main')}}

.github/workflows/checks_secure.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
if: steps.check.outputs.has-permission != 1 || github.event.pull_request.head.repo.full_name != github.repository
3333
with:
3434
submodules: false
35-
persist-credentials: false
3635
- name: Setup python
3736
if: steps.check.outputs.has-permission != 1 || github.event.pull_request.head.repo.full_name != github.repository
3837
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4

.github/workflows/cpp-packaging.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ jobs:
144144
repository: llvm/llvm-project
145145
path: llvm-src
146146
ref: ${{ env.llvmVer }}
147-
persist-credentials: false
148147

149148
- name: Build LLVM (Mac only)
150149
# Only build LLVM if we don't already have binaries from the cache.
@@ -167,7 +166,6 @@ jobs:
167166
repository: nico/demumble
168167
path: demumble-src
169168
ref: ${{ env.demumbleVer }}
170-
persist-credentials: false
171169

172170
- name: build demumble
173171
run: |
@@ -214,7 +212,6 @@ jobs:
214212
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
215213
with:
216214
path: sdk-src
217-
persist-credentials: false
218215

219216
- name: Setup python
220217
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
@@ -270,7 +267,6 @@ jobs:
270267
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
271268
with:
272269
path: sdk-src
273-
persist-credentials: false
274270

275271
- name: Store git credentials for all git commands
276272
# Forces all git commands to use authenticated https, to prevent throttling.
@@ -385,7 +381,6 @@ jobs:
385381
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
386382
with:
387383
submodules: true
388-
persist-credentials: false
389384

390385
- name: Set env variables for subsequent steps (all)
391386
shell: bash
@@ -529,7 +524,6 @@ jobs:
529524
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
530525
with:
531526
path: sdk-src
532-
persist-credentials: false
533527

534528
- name: download packaging-tool artifacts
535529
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
@@ -740,7 +734,6 @@ jobs:
740734
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
741735
with:
742736
path: sdk-src
743-
persist-credentials: false
744737

745738
- name: download artifact
746739
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
@@ -866,8 +859,6 @@ jobs:
866859
steps:
867860
- name: Checkout repo
868861
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
869-
with:
870-
persist-credentials: false
871862

872863
- name: Setup python
873864
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
@@ -942,8 +933,6 @@ jobs:
942933
steps:
943934
- name: Checkout repo
944935
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
945-
with:
946-
persist-credentials: false
947936
- name: Setup python
948937
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
949938
with:

.github/workflows/desktop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
3333
with:
3434
submodules: false
35-
persist-credentials: false
3635
- name: Use expanded matrix
3736
if: github.event.inputs.expanded_matrix == '1'
3837
run: |
@@ -119,7 +118,6 @@ jobs:
119118
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
120119
with:
121120
submodules: true
122-
persist-credentials: false
123121

124122
- name: Set env vars (ubuntu)
125123
if: startsWith(matrix.os, 'ubuntu')
@@ -331,7 +329,6 @@ jobs:
331329
with:
332330
ref: ${{needs.check_and_prepare.outputs.github_ref}}
333331
submodules: true
334-
persist-credentials: false
335332
- name: Cache vcpkg C++ dependencies
336333
id: cache_vcpkg
337334
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # ratchet:actions/cache@v3

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ jobs:
158158
ref: ${{steps.set_outputs.outputs.github_ref}}
159159
fetch-depth: 0
160160
submodules: false
161-
persist-credentials: false
162161
- name: Setup python
163162
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
164163
with:
@@ -312,7 +311,6 @@ jobs:
312311
with:
313312
ref: ${{needs.check_and_prepare.outputs.github_ref}}
314313
submodules: true
315-
persist-credentials: false
316314
- name: Setup python
317315
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
318316
with:
@@ -486,7 +484,6 @@ jobs:
486484
with:
487485
ref: ${{needs.check_and_prepare.outputs.github_ref}}
488486
submodules: true
489-
persist-credentials: false
490487
- run: df -h
491488
- name: Free Disk Space (Ubuntu)
492489
if: runner.os == 'Linux'
@@ -631,7 +628,6 @@ jobs:
631628
with:
632629
ref: ${{needs.check_and_prepare.outputs.github_ref}}
633630
submodules: true
634-
persist-credentials: false
635631
- name: Setup python
636632
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
637633
with:
@@ -754,7 +750,6 @@ jobs:
754750
with:
755751
ref: ${{needs.check_and_prepare.outputs.github_ref}}
756752
submodules: true
757-
persist-credentials: false
758753
- name: Setup python
759754
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
760755
with:
@@ -894,7 +889,6 @@ jobs:
894889
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
895890
with:
896891
ref: ${{needs.check_and_prepare.outputs.github_ref}}
897-
persist-credentials: false
898892
- name: Download Desktop integration tests artifact
899893
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
900894
with:
@@ -1025,7 +1019,6 @@ jobs:
10251019
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
10261020
with:
10271021
ref: ${{needs.check_and_prepare.outputs.github_ref}}
1028-
persist-credentials: false
10291022
- name: Download Android integration tests artifact
10301023
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
10311024
with:
@@ -1171,7 +1164,6 @@ jobs:
11711164
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
11721165
with:
11731166
ref: ${{needs.check_and_prepare.outputs.github_ref}}
1174-
persist-credentials: false
11751167
- name: Download iOS integration tests artifact
11761168
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
11771169
with:
@@ -1357,7 +1349,6 @@ jobs:
13571349
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
13581350
with:
13591351
ref: ${{needs.check_and_prepare.outputs.github_ref}}
1360-
persist-credentials: false
13611352
- name: Download tvOS integration tests artifact
13621353
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
13631354
with:
@@ -1507,7 +1498,6 @@ jobs:
15071498
with:
15081499

15091500
ref: ${{needs.check_and_prepare.outputs.github_ref}}
1510-
persist-credentials: false
15111501
- name: Setup python
15121502
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
15131503
with:
@@ -1588,7 +1578,6 @@ jobs:
15881578
with:
15891579

15901580
ref: ${{needs.check_and_prepare.outputs.github_ref}}
1591-
persist-credentials: false
15921581
- name: Setup python
15931582
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
15941583
with:

.github/workflows/ios.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
2727
with:
2828
submodules: false
29-
persist-credentials: false
3029
- name: Use expanded matrix
3130
if: github.event.inputs.use_expanded_matrix == '1'
3231
run: |
@@ -62,7 +61,6 @@ jobs:
6261
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
6362
with:
6463
submodules: true
65-
persist-credentials: false
6664

6765
- name: Setup python
6866
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ jobs:
1717
repository: cpplint/cpplint
1818
ref: "1.5.5"
1919
path: cpplint
20-
persist-credentials: false
2120
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
2221
with:
2322
submodules: false
2423
path: firebase
25-
persist-credentials: false
2624

2725
- name: Setup python
2826
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4

.github/workflows/retry-test-failures.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
ref: ${{ matrix.branch_name }}
3131
fetch-depth: 0
3232
submodules: false
33-
persist-credentials: false
3433

3534
- name: Install prerequisites
3635
run: |

0 commit comments

Comments
 (0)