Skip to content

Commit 0d6780f

Browse files
tdruezchinyeungli
authored andcommitted
chore: set explicit workflow permissions and pin down actions (#2090)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent e10bd2a commit 0d6780f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/publish-pypi-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Python distributions, publish on PyPI, and create a GitHub release
1+
name: Build Python distributions, publish on PyPI, and create a GH release
22

33
on:
44
workflow_dispatch:
@@ -74,11 +74,6 @@ jobs:
7474
contents: write
7575

7676
steps:
77-
- name: Checkout repository
78-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
79-
with:
80-
persist-credentials: false
81-
8277
- name: Download package distributions
8378
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8479
with:

0 commit comments

Comments
 (0)