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 1a0bb0e commit 73eed57Copy full SHA for 73eed57
2 files changed
.github/workflows/release.yml
@@ -118,6 +118,9 @@ jobs:
118
- '3.13'
119
package-publish:
120
runs-on: ubuntu-24.04
121
+ permissions:
122
+ contents: read
123
+ id-token: write
124
steps:
125
- name: Checkout repository
126
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/release.yml.jinja
@@ -129,6 +129,9 @@ jobs:
129
{% endif %}
130
131
132
133
134
135
136
137
0 commit comments