Skip to content

Commit

Permalink
update in deploy block
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Jan 7, 2025
1 parent f7d5ea5 commit 6140370
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- 'DESCRIPTION'
- '**.yml'

permissions:
id-token: write
pages: write

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -82,6 +78,8 @@ jobs:
needs: checkRelease
permissions:
contents: write
pages: write
id-token: write
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6140370

Please sign in to comment.