We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f116919 commit 9a99bd7Copy full SHA for 9a99bd7
.github/workflows/update-version.yaml
@@ -23,6 +23,9 @@ jobs:
23
contents: write # required for pushing changes
24
pull-requests: write # required for creating PR
25
26
+ env:
27
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
+
29
steps:
30
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
31
id: otelbot-token
0 commit comments