Skip to content

Commit abd2407

Browse files
committed
Update python-install-and-test-on-linux-always.yml
1 parent 938965e commit abd2407

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/python-install-and-test-on-linux-always.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,19 @@ on: [push]
55
jobs:
66
build:
77
permissions:
8-
id-token: read
9-
contents: write
108
actions: read
9+
attestations: read
10+
checks: read
11+
contents: write
12+
deployments: read
13+
id-token: none
14+
issues: none
15+
discussions: none
16+
packages: read
17+
pages: read
18+
pull-requests: write
19+
security-events: read
20+
statuses: read
1121

1222
runs-on: ubuntu-latest
1323
strategy:

0 commit comments

Comments
 (0)