Skip to content

Commit f57b940

Browse files
committed
Add missing GH_TOKEN env var for gh
1 parent fa0291a commit f57b940

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ permissions:
66
contents: write
77
pull-requests: write
88

9+
env:
10+
GH_TOKEN: ${{ github.token }}
11+
912
jobs:
1013
auto-merge:
1114
runs-on: ubuntu-latest

.github/workflows/fork-integration-trigger.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
permissions:
88
pull-requests: write
99

10+
env:
11+
GH_TOKEN: ${{ github.token }}
12+
1013
jobs:
1114
trigger:
1215
name: Trigger integration tests

0 commit comments

Comments
 (0)