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 f57ab70 commit 5d9f676
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

env:
NIRMATA_TOKEN: ${{ secrets.NIRMATA_TOKEN }}
NIRMATA_URL: ${{ secrets.NIRMATA_URL }}

jobs:
NCTL-Scan-CDK:
Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:
cdk synth --json
- name: nctl login
run: nctl login nch --url $NIRMATA_URL --userid anusha.hegde@nirmata.com --token $NIRMATA_TOKEN
run: nctl login nch --url https://www.nirmata.io --userid dolis@nirmata.com --token $NIRMATA_TOKEN

- name: file-o/p
run: |
Expand Down

0 comments on commit 5d9f676

Please sign in to comment.