Skip to content

Commit

Permalink
fix permission for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MindHunter86 committed Jun 29, 2024
1 parent 6900e01 commit 2b2a11d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/alice-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
name: Build standalone binary and docker image
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
repository-projects: write
id-token: write
# Allows pushing to the GitHub Container Registry
packages: write
Expand Down

0 comments on commit 2b2a11d

Please sign in to comment.