~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
2a7e0120
—
pyrossh 2 years ago
fix perm
.github/workflows/build.yml
CHANGED
|
@@ -5,6 +5,10 @@ name: Build
|
|
|
5
5
|
- master
|
|
6
6
|
jobs:
|
|
7
7
|
web:
|
|
8
|
+
permissions:
|
|
9
|
+
contents: read
|
|
10
|
+
pages: write
|
|
11
|
+
id-token: write
|
|
8
12
|
runs-on: ubuntu-latest
|
|
9
13
|
steps:
|
|
10
14
|
- uses: actions/checkout@v3
|