Skip to content

Commit

Permalink
Permissons
Browse files Browse the repository at this point in the history
  • Loading branch information
eratio08 committed May 17, 2024
1 parent cf23957 commit ef6c1be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ concurrency:

jobs:
build:
permissions:
contents: read
packages: write
id-token: write
# permissions:
# contents: read
# packages: write
# id-token: write
runs-on: ubuntu-latest
outputs:
page_url: ${{ steps.upload.outputs.page_url }}
Expand Down Expand Up @@ -52,8 +52,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
packages: write
environment:
name: github-pages
url: ${{ needs.build.outputs.page_url }}
Expand Down

0 comments on commit ef6c1be

Please sign in to comment.