We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592b29b commit 758bddaCopy full SHA for 758bdda
.github/workflows/reusable_ici.yml
@@ -41,6 +41,8 @@ jobs:
41
reusable_ici:
42
name: ${{ inputs.ros_distro }} ${{ inputs.ros_repo }}
43
runs-on: ubuntu-latest
44
+ permissions:
45
+ issues: write
46
env:
47
DOCKER_RUN_OPTS: '-v /var/run/docker.sock:/var/run/docker.sock --network ursim_net'
48
CCACHE_DIR: ${{ github.workspace }}/${{ inputs.ccache_dir }}
0 commit comments