Skip to content

Commit

Permalink
modify environment.yml VAR_IN_REPO=${{vars.VAR_IN_REPO}}
Browse files Browse the repository at this point in the history
  • Loading branch information
slow-groovin committed Oct 17, 2024
1 parent af310bd commit afeb532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: pass vars to script
run: |
cd environment
SECRET_IN_REPO=${{secrets.SECRET_IN_REPO}} node printVarsByActionRun.js
VAR_IN_REPO=${{vars.VAR_IN_REPO}} node printVarsByActionRun.js
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit afeb532

Please sign in to comment.