We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84878b commit 5573acbCopy full SHA for 5573acb
2 files changed
.github/workflows/pre-commit-update.yml
@@ -10,6 +10,9 @@ env:
10
11
jobs:
12
update-pre-commit-config:
13
+ permissions:
14
+ contents: write
15
+ pull-requests: write
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout repository
.github/workflows/python-publish.yml
@@ -12,6 +12,8 @@ env:
build:
+ contents: read
name: Build distribution 📦
19
0 commit comments