Try bumping token permissions
This commit is contained in:
parent
d8fe617535
commit
455bb09108
1 changed files with 2 additions and 0 deletions
2
.github/workflows/netlify-main.yaml
vendored
2
.github/workflows/netlify-main.yaml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
deployments: write
|
||||
if: github.event.workflow_run.conclusion == 'success'
|
||||
steps:
|
||||
- name: Create Deployment
|
||||
|
|
Loading…
Add table
Reference in a new issue