fixup workflow perms
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/devlop-deploy-netlify.yml
vendored
1
.github/workflows/devlop-deploy-netlify.yml
vendored
@@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- "!main"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,8 +1,18 @@
|
||||
|
||||
name: deploy deploy-preview to netlify for pull request
|
||||
name: netlify deploy-preview
|
||||
on:
|
||||
pull_request:
|
||||
types: ['opened', 'edited', 'synchronize']
|
||||
branches:
|
||||
- develop
|
||||
- "!main"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: read
|
||||
checks: write
|
||||
statuses: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user