Skip to content

Commit ba242a3

Browse files
chore(CI): Clean up unused attributes (#772)
1 parent 36079de commit ba242a3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/daily_ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,13 @@ jobs:
7070
uses: ./.github/workflows/library_interop_keyring_test_vectors.yml
7171
with:
7272
dafny: ${{needs.getVersion.outputs.version}}
73-
secrets: inherit
7473

7574
pr-dafny-mkp-keyring-legacy-test-vectors:
7675
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
7776
needs: getVersion
7877
uses: ./.github/workflows/library_interop_mkp_test_vectors.yml
7978
with:
8079
dafny: ${{needs.getVersion.outputs.version}}
81-
secrets: inherit
8280

8381
daily-dafny-legacy-test-vectors:
8482
if: github.event_name != 'schedule' || github.repository_owner == 'aws'

.github/workflows/pull.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,16 @@ jobs:
5656
uses: ./.github/workflows/library_interop_keyring_test_vectors.yml
5757
with:
5858
dafny: ${{needs.getVersion.outputs.version}}
59-
secrets: inherit
6059
pr-dafny-mkp-keyring-legacy-test-vectors:
6160
needs: getVersion
6261
uses: ./.github/workflows/library_interop_mkp_test_vectors.yml
6362
with:
6463
dafny: ${{needs.getVersion.outputs.version}}
65-
secrets: inherit
6664
pr-dafny-legacy-test-vectors:
6765
needs: getVersion
6866
uses: ./.github/workflows/library_legacy_interop_test_vectors.yml
6967
with:
7068
dafny: ${{needs.getVersion.outputs.version}}
71-
secrets: inherit
7269
pr-ci-all-required:
7370
if: always()
7471
needs:

0 commit comments

Comments
 (0)