Skip to content

Commit

Permalink
Use specific token with workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrsMark authored and github-actions committed Nov 29, 2023
1 parent ad4408e commit aa12fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- name: fetch and push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.OTEL_DEMO_MERGE_SECRET }}
UPSTREAM: https://github.com/open-telemetry/opentelemetry-demo
run: |
git config --global user.name "github-actions"
Expand Down

0 comments on commit aa12fb9

Please sign in to comment.