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 78758d4 commit aa42780Copy full SHA for aa42780
1 file changed
.github/workflows/ci.yml
@@ -4,12 +4,6 @@ permissions: {}
4
5
on:
6
pull_request:
7
- branches:
8
- - master
9
- types:
10
- - opened
11
- - synchronize
12
- - reopened
13
push:
14
branches:
15
- master
@@ -25,7 +19,7 @@ jobs:
25
19
contents: read
26
20
secrets:
27
21
GH_BOT_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
28
- GH_BOT_NAME: ${{ secrets.GH_BOT_NAME }}
22
+ GH_BOT_NAME: ${{ vars.GH_BOT_NAME }}
29
23
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
30
24
with:
31
target_branch: gh-pages
0 commit comments