Skip to content

Commit

Permalink
Updating deployment job with necessary permissions and id
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 2641112 commit 3cc4104
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ 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
publish_dir: ./build

0 comments on commit 3cc4104

Please sign in to comment.