We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545d572 commit 82b08aaCopy full SHA for 82b08aa
.github/workflows/deploy-frontend.yml
@@ -12,7 +12,7 @@ on:
12
workflow_dispatch:
13
14
permissions:
15
- contents: write # Add this line to grant write permissions
+ contents: write # Important for deployment
16
17
jobs:
18
build-and-deploy:
0 commit comments