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 bea5156 commit 9569ed9Copy full SHA for 9569ed9
.github/workflows/pre-commit-autoupdate.yml
@@ -8,13 +8,20 @@ on:
8
schedule:
9
- cron: '28 2 * * 6' # Saturday at 02:28 UTC
10
11
+permissions: read-all
12
+
13
jobs:
14
autoupdate:
15
name: Autoupdate
16
17
runs-on: ubuntu-latest
18
timeout-minutes: 10
19
20
+ permissions:
21
+ # Needed to create a PR with autoupdate changes
22
+ contents: write
23
+ pull-requests: write
24
25
steps:
26
- name: Checkout DPNP repo
27
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments