Skip to content

Commit 651972b

Browse files
committed
actions: minor tweaks for zizmor
1 parent 3dd70e1 commit 651972b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ jobs:
470470
name: pypi
471471
url: https://pypi.org/p/python-flint
472472
permissions:
473-
id-token: write
473+
id-token: write # Required for trusted publishing to PyPI via OIDC.
474474
runs-on: ubuntu-latest
475475

476476
steps:
@@ -501,7 +501,7 @@ jobs:
501501
needs: pypi_release
502502
runs-on: ubuntu-latest
503503
permissions:
504-
contents: write
504+
contents: write # Required to create the GitHub release with the gh CLI.
505505

506506
steps:
507507
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
lint:
14+
name: Lint
1415
runs-on: ubuntu-latest
1516
strategy:
1617
matrix:

0 commit comments

Comments
 (0)