Skip to content

Commit

Permalink
fixed wrong spelling of secret env
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Jan 2, 2025
1 parent 1da2bc8 commit ffd651f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Check Secrets
run: |
if [ -z "${{ secrets.GIST_SECRET }}" ]; then
if [ -z "${{ secrets.DYNAMIC_GIST_ACTION }}" ]; then
echo "Error: GIST_SECRET is not set"
exit 1
fi
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Create Test Count Badge
uses: schneegans/[email protected]
with:
auth: ${{ secrets.GIST_SECRET }}
auth: ${{ secrets.DYNAMIC_GIST_ACTION }}
gistID: ${{ secrets.DYNA_GIST_ID }}
filename: minion-testresults.json
label: tests
Expand Down

0 comments on commit ffd651f

Please sign in to comment.