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
|
# Allow this job to clone the repo and create a page deployment
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: write
|
||||||
contents: read
|
contents: write
|
||||||
pages: write
|
pages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
permissions:
|
permissions:
|
||||||
|
actions: write
|
||||||
contents: read
|
contents: read
|
||||||
pages: write
|
pages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
@ -70,4 +71,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
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