Skip to content

Commit

Permalink
ci: fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Jan 17, 2025
1 parent efe91cc commit 54eca75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-build-cmd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# .github/workflows/docker-build-on-comment.yml
# This will only compile x86_64 docker images, NO CROSS-COMPILE!
# NOTE: to make this work, this repository needs write access to the specific containers:
# - bolt-sidecar
# - bolt-boost
# You can configure this in the package settings under Manage Actions access. Make sure to set "role" to "write".
name: Build Docker Image on Comment

on:
Expand All @@ -7,6 +12,7 @@ on:

permissions:
contents: read
pull-requests: write
packages: write

jobs:
Expand Down

0 comments on commit 54eca75

Please sign in to comment.