We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a087b3 commit 5208f0fCopy full SHA for 5208f0f
.github/workflows/release.yml
@@ -93,8 +93,14 @@ jobs:
93
runs-on: ubuntu-latest
94
environment: release
95
permissions:
96
+ contents: read # for actions/checkout
97
id-token: write # for npm trusted publishing via OIDC
98
steps:
99
+ - name: Checkout repo
100
+ uses: actions/checkout@v4
101
+ with:
102
+ persist-credentials: false
103
+
104
- name: Setup Node.js
105
uses: actions/setup-node@v4
106
with:
@@ -124,6 +130,11 @@ jobs:
124
130
125
131
contents: write # for creating GitHub release
126
132
133
134
135
136
137
127
138
- name: Download release notes
128
139
uses: actions/download-artifact@v4
129
140
0 commit comments