chore: add contents.write permissions to update-cli workflow

nlf committed May 10, 2022 at 12:36 UTC 75450bbdfd065e4199e4727296f6fddc8d701c38
1 file changed +3
.github/workflows/update-cli.yml
+3
@@ -5,6 +5,9 @@ on:
5 - cron: "14 2 * * *"
6 workflow_dispatch:
7
8 +permissions:
9 + contents: write
10 +
11 jobs:
12 build:
13 runs-on: ubuntu-latest