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