Skip to content

Commit

Permalink
Remove permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Dec 26, 2023
1 parent 10839bc commit ab5c062
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

jobs:
build-deploy:
runs-on: ubuntu-20.04
Expand All @@ -42,4 +36,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./public
publish_dir: ./public

0 comments on commit ab5c062

Please sign in to comment.