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 2eeada3 commit 5787d19Copy full SHA for 5787d19
.github/workflows/main.yml
@@ -26,6 +26,9 @@ jobs:
26
uses: ./.github/workflows/update-pull-request.yml
27
with:
28
dependabot: true
29
+ secrets:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+ PULL_REQUEST_UPDATE_TOKEN: ${{ secrets.PULL_REQUEST_UPDATE_TOKEN }}
32
33
lint-build-test:
34
name: Build, lint, and test
.github/workflows/update-pull-request.yml
@@ -5,6 +5,11 @@ on:
5
types:
6
- created
7
workflow_call:
8
9
+ GITHUB_TOKEN:
10
+ required: true
11
+ PULL_REQUEST_UPDATE_TOKEN:
12
13
inputs:
14
dependabot:
15
type: boolean
0 commit comments