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 9712fdd commit db7fd8c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/reusable-lightweight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,12 @@ 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 db7fd8c

Please sign in to comment.