Skip to content

Commit 1a91676

Browse files
authored
Merge pull request #165 from aws-samples/git-config
Git. Removed permissions from website deployment action
2 parents 3d4bf2a + 262737f commit 1a91676

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/website-deploy.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jobs:
1111
deploy:
1212
name: Deploy to GitHub Pages
1313
runs-on: ubuntu-latest
14-
permissions:
15-
pages: write
16-
# only required for workflows in private repositories
17-
actions: read
18-
contents: read
1914
defaults:
2015
run:
2116
shell: bash

0 commit comments

Comments
 (0)