Skip to content

Commit

Permalink
chore(github): 🤖 fix: use vars to access project variables
Browse files Browse the repository at this point in the history
  • Loading branch information
apttx committed Dec 3, 2024
1 parent 236c031 commit 334f667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuousIntgration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
env:
HEDERA_ACCOUNT_ID: ${{ secrets.HEDERA_ACCOUNT_ID }}
HEDERA_PRIVATE_KEY: ${{ secrets.HEDERA_PRIVATE_KEY }}
HEDERA_ENVIRONMENT: ${{ env.HEDERA_ENVIRONMENT }}
HEDERA_ENVIRONMENT: ${{ vars.HEDERA_ENVIRONMENT }}
steps:
# setup
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
env:
HEDERA_ACCOUNT_ID: ${{ secrets.HEDERA_ACCOUNT_ID }}
HEDERA_PRIVATE_KEY: ${{ secrets.HEDERA_PRIVATE_KEY }}
HEDERA_ENVIRONMENT: ${{ env.HEDERA_ENVIRONMENT }}
HEDERA_ENVIRONMENT: ${{ vars.HEDERA_ENVIRONMENT }}
steps:
# setup
- uses: actions/checkout@v4
Expand Down

0 comments on commit 334f667

Please sign in to comment.