Skip to content

Commit

Permalink
release updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-StepSecurity committed Dec 5, 2024
1 parent 0ec343d commit e128328
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/actions_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
required: true

permissions:
contents: read
contents: write
packages: write
id-token: write

jobs:
release:
Expand All @@ -20,5 +22,4 @@ jobs:
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
with:
tag: "${{ github.event.inputs.tag }}"
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
node_auth_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e128328

Please sign in to comment.