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 06214ca commit 72bd988Copy full SHA for 72bd988
.github/workflows/cd.yaml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
check-version:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ pull-requests: write
13
steps:
14
- uses: actions/checkout@v4
15
with:
.github/workflows/dependency-checker.yaml
@@ -9,7 +9,10 @@ jobs:
dependency_updater:
name: Dependency-Updater
- permissions: write-all
+ repository-projects: write
+ contents: write
16
17
- name: Checkout
18
uses: actions/checkout@v4
0 commit comments