mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Improving deploy.yml / permission bump
This commit is contained in:
parent
027fc09f5b
commit
2e83facca8
1 changed files with 4 additions and 3 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -14,8 +14,8 @@ on:
|
|||
|
||||
# Allow this job to clone the repo and create a page deployment
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
actions: write
|
||||
contents: write
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
|
@ -60,6 +60,7 @@ jobs:
|
|||
deploy:
|
||||
needs: build
|
||||
permissions:
|
||||
actions: write
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
|
@ -70,4 +71,4 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
Loading…
Reference in a new issue