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 e76d6ff commit 42f7084Copy full SHA for 42f7084
.github/workflows/python-ci.yml .github/workflows/ci.yml.github/workflows/python-ci.yml renamed to .github/workflows/ci.yml
@@ -1,6 +1,4 @@
1
-name: Python CI
2
-permissions:
3
- contents: read
+name: CI
4
5
on:
6
push:
@@ -12,6 +10,8 @@ on:
12
10
jobs:
13
11
test:
14
runs-on: ubuntu-latest
+ permissions:
+ contents: read
15
16
steps:
17
- uses: actions/checkout@v5
.github/workflows/release.yml
@@ -5,12 +5,11 @@ on:
tags:
- latest
7
8
9
- contents: write
-
release:
+ contents: write
0 commit comments