mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
add write permission to sync workflow
This commit is contained in:
parent
49266a146e
commit
0e853f61e0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/sync.yml
vendored
3
.github/workflows/sync.yml
vendored
|
@ -4,8 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
contents: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue