We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92b004f + 97c8028 commit cb96ee0Copy full SHA for cb96ee0
1 file changed
.github/workflows/update_python-hato-bot.yml
@@ -10,6 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
env:
12
DOCKER_BUILDKIT: 1
13
+ permissions:
14
+ contents: write
15
+ pull-requests: write
16
steps:
17
- uses: actions/checkout@v2
18
with:
0 commit comments