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 1f7de02 commit 8c704f8Copy full SHA for 8c704f8
.github/workflows/sync.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
target_sync_branch: main
39
# REQUIRED 'target_repo_token' exactly like this!
40
- target_repo_token: ${{ secrets.GITHUB_TOKEN }}
+ target_repo_token: ${{ secrets.MY_SECRET }}
41
upstream_sync_branch: main
42
upstream_sync_repo: open-telemetry/opentelemetry-java-instrumentation
43
upstream_repo_access_token: ${{ secrets.UPSTREAM_REPO_SECRET }}
0 commit comments