Skip to content

Commit

Permalink
ci: read from env
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Aug 15, 2024
1 parent df16d05 commit d836d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
uses: ./.github/workflows/test.yml

deploy-dev:
name: Deploy contract to ${{ env.NEAR_ACCOUNT_ID }}
name: Deploy contract to $NEAR_ACCOUNT_ID
runs-on: ubuntu-latest
environment: ${{ env.NEAR_ACCOUNT_ID }}
environment: $NEAR_ACCOUNT_ID

steps:
- name: Checkout repository
Expand Down

0 comments on commit d836d7e

Please sign in to comment.