Skip to content

Commit

Permalink
fix: give write permission to github token for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-ahuja committed May 20, 2024
1 parent 8f1048f commit f7c848e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# On every push this script is executed
on: push
name: Build and deploy GH Pages

permissions:
id-token: write
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f7c848e

Please sign in to comment.