Skip to content

Commit 758bdda

Browse files
committed
add issue write permission
1 parent 592b29b commit 758bdda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_ici.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
reusable_ici:
4242
name: ${{ inputs.ros_distro }} ${{ inputs.ros_repo }}
4343
runs-on: ubuntu-latest
44+
permissions:
45+
issues: write
4446
env:
4547
DOCKER_RUN_OPTS: '-v /var/run/docker.sock:/var/run/docker.sock --network ursim_net'
4648
CCACHE_DIR: ${{ github.workspace }}/${{ inputs.ccache_dir }}

0 commit comments

Comments
 (0)