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 14b8e97 commit a061cfbCopy full SHA for a061cfb
.github/workflows/python-package.yml
@@ -62,9 +62,6 @@ jobs:
62
platform_id: macosx_arm64
63
runs-on: ${{ matrix.os }}
64
65
- permissions:
66
- id-token: write
67
-
68
steps:
69
- uses: actions/checkout@v4
70
- name: Set up Python ${{ matrix.python }}
@@ -97,6 +94,8 @@ jobs:
97
94
publish:
98
95
runs-on: ubuntu-latest
99
96
needs: build
+ permissions:
+ id-token: write
100
101
- name: Download artifacts
102
uses: actions/download-artifact@v4
0 commit comments