We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4e140 commit 9d9a8c9Copy full SHA for 9d9a8c9
1 file changed
.github/workflows/gemini-dispatch.yml
@@ -27,6 +27,8 @@ jobs:
27
if: |-
28
${{ fromJSON(vars.DEBUG || vars.ACTIONS_STEP_DEBUG || false) }}
29
runs-on: 'ubuntu-latest'
30
+ permissions:
31
+ contents: 'read'
32
steps:
33
- name: 'Print context for debugging'
34
env:
0 commit comments