Skip to content

Commit 8139e4c

Browse files
committed
fix: Add required permissions for GitHub Actions in CI/CD workflow
1 parent 3e2e858 commit 8139e4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: true
1818

19+
# Required permissions for GitHub Actions
20+
permissions:
21+
contents: write
22+
packages: read
23+
pages: write
24+
id-token: write
25+
1926
env:
2027
# Consistent environment across jobs
2128
APP_NAME: ClickIt

0 commit comments

Comments
 (0)