Skip to content

Commit 5787d19

Browse files
committed
Forward secrets
1 parent 2eeada3 commit 5787d19

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
uses: ./.github/workflows/update-pull-request.yml
2727
with:
2828
dependabot: true
29+
secrets:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
PULL_REQUEST_UPDATE_TOKEN: ${{ secrets.PULL_REQUEST_UPDATE_TOKEN }}
2932

3033
lint-build-test:
3134
name: Build, lint, and test

.github/workflows/update-pull-request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
types:
66
- created
77
workflow_call:
8+
secrets:
9+
GITHUB_TOKEN:
10+
required: true
11+
PULL_REQUEST_UPDATE_TOKEN:
12+
required: true
813
inputs:
914
dependabot:
1015
type: boolean

0 commit comments

Comments
 (0)