Skip to content

Commit

Permalink
Better syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jun 27, 2024
1 parent 86bb82b commit da5224c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ on:
required: true
default: false

permissions:
id-token: write
contents: read

defaults:
run:
shell: "bash"
Expand All @@ -51,4 +47,8 @@ jobs:
ref: "${{ inputs.ref }}"
skip_tests: "${{ inputs.skip_tests }}"

permissions:
id-token: write
contents: read

secrets: "inherit"

0 comments on commit da5224c

Please sign in to comment.