There was an error while loading. Please reload this page.
1 parent 29af2f0 commit 316e9d0Copy full SHA for 316e9d0
1 file changed
.github/workflows/update-db.yml
@@ -1,16 +1,9 @@
1
---
2
name: Update
3
-permissions:
4
- contents: read
+permissions: {}
5
6
on:
7
pull_request:
8
- branches:
9
- - master
10
- types:
11
- - opened
12
- - synchronize
13
- - reopened
14
push:
15
branches:
16
- master
@@ -24,6 +17,8 @@ concurrency:
24
17
25
18
jobs:
26
19
update:
20
+ permissions:
21
+ contents: read
27
22
runs-on: ubuntu-latest
28
23
steps:
29
- name: Checkout
@@ -68,10 +63,12 @@ jobs:
68
63
69
64
call-jekyll-build:
70
65
needs: update
66
67
71
uses: LizardByte/LizardByte.github.io/.github/workflows/jekyll-build.yml@master
72
secrets:
73
GH_BOT_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
74
- GH_BOT_NAME: ${{ secrets.GH_BOT_NAME }}
+ GH_BOT_NAME: ${{ vars.GH_BOT_NAME }}
75
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
76
with:
77
site_artifact: 'update'
0 commit comments