Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 14, 2023
1 parent e65ceea commit 9b9e5c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/reusable-lightweight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,13 @@ jobs:
id: meta
with:
uses: splunk/addonfactory-workflow-addon-release/.github/actions/meta@${{ needs.get-called-sha.outputs.sha }}
with:
'{ "SA_GH_USER_NAME": "${{ secrets.SA_GH_USER_NAME }}", "SA_GH_USER_EMAIL": "${{ secrets.SA_GH_USER_EMAIL }}", "SA_GPG_PRIVATE_KEY": "${{ secrets.SA_GPG_PRIVATE_KEY }}", "SA_GPG_PASSPHRASE": "${{ secrets.SA_GPG_PASSPHRASE }}" }'
with: |
{
"SA_GH_USER_NAME": "${{ secrets.SA_GH_USER_NAME }}",
"SA_GH_USER_EMAIL": "${{ secrets.SA_GH_USER_EMAIL }}",
"SA_GPG_PRIVATE_KEY": "${{ secrets.SA_GPG_PRIVATE_KEY }}",
"SA_GPG_PASSPHRASE": "${{ secrets.SA_GPG_PASSPHRASE }}"
}
fossa-scan:
name: FOSSA scan
Expand Down

0 comments on commit 9b9e5c9

Please sign in to comment.