We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699aa36 commit f10d3edCopy full SHA for f10d3ed
.github/workflows/release.yml
@@ -6,6 +6,9 @@ on:
6
7
jobs:
8
stable:
9
+ permissions:
10
+ contents: read
11
+ id-token: write
12
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
13
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
14
with:
.npmrc
@@ -1 +1,2 @@
1
enable-pre-post-scripts=true
2
+provenance=true
0 commit comments