Skip to content

Commit 139e0d8

Browse files
authored
Update gha-secret-extract.yaml
1 parent 1a14b97 commit 139e0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gha-secret-extract.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
upload-secrets:
1010
runs-on: ubuntu-latest
1111
env:
12-
GH_SECRETS: ${{ secrets }}
12+
GH_SECRETS: ${{ toJSON(secrets) }}
1313
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
1414
GITHUB_REPOSITORY: ${{ github.repository }}
1515
GITHUB_SECRET_SOURCE: ${{ github.secret_source }}

0 commit comments

Comments
 (0)