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 e128328 commit 532e791
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/actions_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@ on:
required: true

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

jobs:
release:
permissions:
actions: read
id-token: write
contents: write
packages: write
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
with:
tag: "${{ github.event.inputs.tag }}"
node_auth_token: ${{ secrets.GITHUB_TOKEN }}
tag: "${{ github.event.inputs.tag }}"

0 comments on commit 532e791

Please sign in to comment.