Skip to content

Commit

Permalink
fix permission for CI (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MindHunter86 authored Jun 29, 2024
2 parents 2b9ec66 + 2b2a11d commit 0d3e846
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 0d3e846

Please sign in to comment.