Skip to content

Commit

Permalink
chore: job cannot output masked value
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Apr 17, 2024
1 parent ae555af commit aa1dc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/load-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
outputs:
nuget-key:
description: "NuGet Key"
value: ${{ jobs.load-secret.outputs.nuget-key }}
value: ${{ jobs.load-secret.outputs.nuget-key }} # core.setSecret value will be skipped from outputs
foo:
description: "Plain Text"
value: ${{ jobs.load-secret.outputs.foo }}
Expand All @@ -23,7 +23,7 @@ jobs:
nuget-key: ${{ inputs.nuget && steps.nuget.outputs.NUGET_KEY || '' }}
foo: foo
steps:
- name: Load NuGet secrets
- name: Configure Secret Source
uses: 1password/load-secrets-action/configure@v2
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }}
Expand Down

0 comments on commit aa1dc9f

Please sign in to comment.