Skip to content

Commit 51602d5

Browse files
authored
Update test_and_publish.yml
1 parent 82ce925 commit 51602d5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test_and_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ concurrency:
2222
jobs:
2323
test:
2424
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v3
25+
permissions:
26+
id-token: write
2527
with:
2628
libraries: |
2729
apt:
@@ -48,7 +50,7 @@ jobs:
4850
- linux: py310-test-mpl35
4951
- macos: py310-test-mpl35
5052
- windows: py310-test-mpl35
51-
coverage: 'codecov'
53+
coverage: 'codecov-oidc'
5254

5355
publish:
5456
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)