Skip to content

Commit

Permalink
fix: use env vars with for cli flags (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta authored Jan 6, 2025
1 parent 3e63d17 commit b803d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nuon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
env:
NUON_ORG_ID: ${{ secrets.NUON_ORG_ID }}
NUON_API_TOKEN: ${{ secrets.NUON_API_TOKEN }}
NUON_APP_CONFIG: ${{ secrets.NUON_APP_CONFIG }}
NUON_FILE: ${{ secrets.NUON_FILE }}
NUON_APP_ID: ${{ secrets.NUON_APP_ID }}

jobs:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Sync configs
id: sync
run: |
nuon apps sync --file $NUON_APP_CONFIG
nuon apps sync
working-directory: ./nuon
release:
runs-on: ubuntu-latest
Expand All @@ -42,4 +42,4 @@ jobs:
- name: Release to installs
id: release
run: |
nuon components list -a $NUON_APP_ID -j | jq '.[].id' | xargs -n 1 nuon releases create -a $NUON_APP_ID --latest-build -c
nuon components list -j | jq '.[].id' | xargs -n 1 nuon releases create --latest-build -c

0 comments on commit b803d41

Please # to comment.