Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jan 22, 2025
1 parent e82c692 commit 9d49503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-semconv-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
success: ${{ needs.build-dev.result == 'success' }}
repo: open-telemetry/semantic-conventions
secrets:
opentelemetrybot_github_token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
opentelemetrybot_github_token:
${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/reusable-workflow-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Open issue or add comment if issue already open
env:
# need to use opentelemetrybot token when opening issues in other repos
GH_TOKEN: ${{ secrets.opentelemetrybot_github_token || secrets.GITHUB_TOKEN }}
GH_TOKEN:
${{ secrets.opentelemetrybot_github_token || secrets.GITHUB_TOKEN }}
run: |
if [ -z "${{ inputs.repo }}" ]; then
repo="$GITHUB_REPOSITORY"
Expand Down

0 comments on commit 9d49503

Please sign in to comment.