Skip to content

Commit d2d723b

Browse files
authored
fix: do not pass secrets to reusable workflow (#213)
1 parent afe605d commit d2d723b

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/plugins-ci-elasticsearch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
uses: ./.github/workflows/nested-quality.yml
4040
permissions:
4141
contents: read
42-
secrets: inherit
4342
with:
4443
license-check: ${{ inputs.license-check }}
4544
license-check-allowed-additional: ${{ inputs.license-check-allowed-additional }}

.github/workflows/plugins-ci-kafka.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: ./.github/workflows/nested-quality.yml
3535
permissions:
3636
contents: read
37-
secrets: inherit
3837
with:
3938
license-check: ${{ inputs.license-check }}
4039
license-check-allowed-additional: ${{ inputs.license-check-allowed-additional }}

.github/workflows/plugins-ci-mongo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: ./.github/workflows/nested-quality.yml
3535
permissions:
3636
contents: read
37-
secrets: inherit
3837
with:
3938
license-check: ${{ inputs.license-check }}
4039
license-check-allowed-additional: ${{ inputs.license-check-allowed-additional }}

.github/workflows/plugins-ci-mysql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: ./.github/workflows/nested-quality.yml
3535
permissions:
3636
contents: read
37-
secrets: inherit
3837
with:
3938
license-check: ${{ inputs.license-check }}
4039
license-check-allowed-additional: ${{ inputs.license-check-allowed-additional }}

.github/workflows/plugins-ci-postgres.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: ./.github/workflows/nested-quality.yml
3535
permissions:
3636
contents: read
37-
secrets: inherit
3837
with:
3938
license-check: ${{ inputs.license-check }}
4039
license-check-allowed-additional: ${{ inputs.license-check-allowed-additional }}

.github/workflows/plugins-ci-redis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: ./.github/workflows/nested-quality.yml
3535
permissions:
3636
contents: read
37-
secrets: inherit
3837
with:
3938
license-check: ${{ inputs.license-check }}
4039
license-check-allowed-additional: ${{ inputs.license-check-allowed-additional }}

.github/workflows/plugins-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
uses: ./.github/workflows/nested-quality.yml
4040
permissions:
4141
contents: read
42-
secrets: inherit
4342
with:
4443
license-check: ${{ inputs.license-check }}
4544
license-check-allowed-additional: ${{ inputs.license-check-allowed-additional }}

0 commit comments

Comments
 (0)