Skip to content

Commit

Permalink
push2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-reiff committed Apr 29, 2024
1 parent 277a323 commit 7cc4415
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pages-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
jobs:
Build:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
# permissions:
# id-token: write
# contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -41,7 +41,9 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
needs: Build

permissions:
id-token: write
contents: read
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 7cc4415

Please sign in to comment.