We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df57662 commit 79b383aCopy full SHA for 79b383a
.github/workflows/ci.yml
@@ -60,6 +60,8 @@ jobs:
60
working-directory: exported/proto-include
61
run: find . -type d
62
- name: Upload proto files
63
+ env:
64
+ GH_TOKEN: ${{ github.token }}
65
working-directory: exported
66
run: |
67
TAG="$(echo "${GITHUB_REF}" | grep tags | grep -o "[^/]*$" || true)"
0 commit comments