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 14e4019 commit abc91c2Copy full SHA for abc91c2
.github/workflows/update-a2a-types.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
check_and_update:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
14
steps:
15
- name: Checkout code
@@ -59,7 +61,7 @@ jobs:
59
61
echo "Codegen finished."
60
62
63
- name: Commit and push if generated file changed
- if: github.ref == 'refs/heads/main' # Or your default branch name
64
+ if: github.ref == 'refs/heads/main'
65
run: |
66
set -euo pipefail
67
0 commit comments