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 c4b2c6c commit 4e5c378Copy full SHA for 4e5c378
3 files changed
.github/workflows/cd.yml
@@ -8,6 +8,8 @@ jobs:
8
cd:
9
name: Continuous Delivery
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
14
steps:
15
- name: Run checkout
.github/workflows/ci.yml
@@ -13,8 +13,10 @@ jobs:
matrix:
python-version: ["3.12", "3.13"]
16
- name: Python ${{ matrix.python-version }}
+ name: Continuous Integration ・ Python ${{ matrix.python-version }}
17
18
19
20
21
22
0 commit comments