Skip to content

Commit

Permalink
use vars instead of env
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Jun 9, 2024
1 parent 96321eb commit 24ec900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Upload to gist
run: ./scripts/percent_to_shields_gist coverage "$LINES_PERCENT"
env:
GIST_URL: ${{ env.GIST_URL }}
GIST_URL: ${{ vars.GIST_URL }}
GH_TOKEN: ${{ secrets.API_TOKEN }}

0 comments on commit 24ec900

Please sign in to comment.