Remove 'actions: read' permissions from README

This commit is contained in:
James M. Greene
2023-12-22 11:42:50 -06:00
parent fe3d75dd3a
commit 1c0b543596

View File

@@ -30,7 +30,6 @@ jobs:
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
actions: read # to download an artifact uploaded by `actions/upload-pages-artifact@v3`
# Deploy to the github-pages environment
environment:
@@ -77,7 +76,6 @@ There are a few important considerations to be aware of:
2. The job that executes the deployment must at minimum have the following permissions:
- `pages: write`
- `id-token: write`
- `actions: read`
3. The deployment should target the `github-pages` environment (you may use a different environment name if needed, but this is not recommended.)