Skip to content

Commit d413fc6

Browse files
committed
not possible without PAT
1 parent 3f31560 commit d413fc6

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.github/dependabot/actions.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/example.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ jobs:
4242
# This job creates PRs, so it needs write access.
4343
contents: write
4444
pull-requests: write
45-
# Only needed if Dependabot is updating your workflows.
46-
actions: write
4745
runs-on: ubuntu-latest
4846
needs: run-dependabot
4947
steps:
5048
- name: Checkout code
51-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5250

5351
- name: Download result
5452
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)