Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dolisss authored Jan 13, 2025
1 parent 23cda26 commit d8ea50e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,10 @@ jobs:
cd sample-cdk
cdk synth --json
- name: Debug Token
env:
NIRMATA_TOKEN: ${{ secrets.NIRMATA_TOKEN }}
run: |
if [ -z "$NIRMATA_TOKEN" ]; then
echo "NIRMATA_TOKEN is not set or empty."
exit 1
else
echo "NIRMATA_TOKEN is set."
fi
- name: nctl login
env:
NIRMATA_TOKEN: ${{ secrets.NIRMATA_TOKEN }}
run: nctl login nch --url https://www.nirmata.io --userid [email protected] --token $NIRMATA_TOKEN

- name: file-o/p
Expand Down

0 comments on commit d8ea50e

Please sign in to comment.