Skip to content

Commit

Permalink
bug: Add quotes around user/pass
Browse files Browse the repository at this point in the history
  • Loading branch information
livehybrid authored Aug 29, 2024
1 parent 8897dfe commit e6b2a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
- uses: splunk/[email protected]
name: "AppInspect API"
with:
username: ${{ secrets.SPLUNKBASE_USERNAME }}
password: ${{ secrets.SPLUNKBASE_PASSWORD }}
username: "${{ secrets.SPLUNKBASE_USERNAME }}"
password: "${{ secrets.SPLUNKBASE_PASSWORD }}"
app_path: dist
included_tags: "splunk_appinspect"
excluded_tags: "offensive"
Expand Down

0 comments on commit e6b2a98

Please sign in to comment.