Skip to content

Commit

Permalink
update environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Aug 13, 2024
1 parent a666c87 commit 5aa557c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_tests_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
DevTests:
uses: ./.github/workflows/testing_dev.yml
secrets:
IPINFO_HASH_SALT: ${{ secrets.IPINFO_HASH_SALT }}
IP_HASH_SALT: ${{ secrets.IP_HASH_SALT }}
IPINFO_CREDENTIALS: ${{ secrets.IPINFO_CREDENTIALS }}
CODECOV_CREDENTIALS: ${{ secrets.CODECOV_CREDENTIALS }}

0 comments on commit 5aa557c

Please sign in to comment.