Skip to content

Commit

Permalink
Removing id and permission as causing workflow build error
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Singh <[email protected]>
  • Loading branch information
sunilarjun committed Oct 30, 2024
1 parent 3cc4104 commit 13ecd29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ jobs:
yarn install --frozen-lockfile
yarn build
- name: Deploy to GitHub Pages
permissions:
pages: write
id-token: write
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 13ecd29

Please sign in to comment.