There was an error while loading. Please reload this page.
1 parent 82ce925 commit 51602d5Copy full SHA for 51602d5
1 file changed
.github/workflows/test_and_publish.yml
@@ -22,6 +22,8 @@ concurrency:
22
jobs:
23
test:
24
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v3
25
+ permissions:
26
+ id-token: write
27
with:
28
libraries: |
29
apt:
@@ -48,7 +50,7 @@ jobs:
48
50
- linux: py310-test-mpl35
49
51
- macos: py310-test-mpl35
52
- windows: py310-test-mpl35
- coverage: 'codecov'
53
+ coverage: 'codecov-oidc'
54
55
publish:
56
if: github.event_name != 'pull_request'
0 commit comments