mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
add permissions for surge preview to comment
This commit is contained in:
parent
dc9ad7939a
commit
c3d80716a9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
|||
jobs:
|
||||
web:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write # allow surge-preview to create/update PR comments
|
||||
env:
|
||||
BUNDLE_GEMFILE: ${{ github.workspace }}/web/Gemfile
|
||||
steps:
|
||||
|
@ -40,6 +42,8 @@ jobs:
|
|||
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write # allow surge-preview to create/update PR comments
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue