Skip to content

Commit aa42780

Browse files
ci: use vars instead of secrets for GH_BOT_NAME (#306)
1 parent 78758d4 commit aa42780

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ permissions: {}
44

55
on:
66
pull_request:
7-
branches:
8-
- master
9-
types:
10-
- opened
11-
- synchronize
12-
- reopened
137
push:
148
branches:
159
- master
@@ -25,7 +19,7 @@ jobs:
2519
contents: read
2620
secrets:
2721
GH_BOT_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
28-
GH_BOT_NAME: ${{ secrets.GH_BOT_NAME }}
22+
GH_BOT_NAME: ${{ vars.GH_BOT_NAME }}
2923
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
3024
with:
3125
target_branch: gh-pages

0 commit comments

Comments
 (0)