Skip to content

Commit

Permalink
chore: use var
Browse files Browse the repository at this point in the history
  • Loading branch information
leapalazzolo committed Sep 9, 2024
1 parent 5a5352d commit 7feed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load_users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
env:
GITHUB_ORGANIZATION: ${{ github.event.inputs.github_organization }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
ISSUES_API: https://api.morekudos.com
ISSUES_API: ${{ vars.ISSUES_API }}
ISSUES_API_TOKEN: ${{ secrets.ISSUES_API_TOKEN }}

0 comments on commit 7feed18

Please sign in to comment.