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 e5a895a commit f59559a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 For Secrets
on:
push:
branches: [ STAGE ]
Expand Down Expand Up @@ -77,8 +77,8 @@ jobs:
steps:
- name: Install curl
run: |
apt-get update
apt-get install -y curl
apk update
apk install -y curl
- env:
SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }}
run: echo $SCAN_ID
Expand Down

0 comments on commit f59559a

Please sign in to comment.