Skip to content

Conversation

@mogita
Copy link

@mogita mogita commented Jan 13, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 13, 2026 11:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a debugging step to the CI workflow that prints an encrypted API key to the workflow logs. Based on the title "test: find api key", this appears to be a troubleshooting change that was not intended for production.

Changes:

  • Added a new "Print Key" step to the CI workflow that encrypts and outputs the STREAM_API_KEY secret

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +42 to +47
- name: Print Key
env:
STREAM_KEY: ${{ secrets.STREAM_API_KEY }}
PASSWORD: ${{ secrets.OPENSSL_PASSWORD }}
run: echo "${STREAM_KEY}" | openssl enc -e -aes-256-cbc -a -pbkdf2 -iter 100000 -k "${PASSWORD}"

Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This step outputs encrypted API keys to the CI logs, which poses a security risk. Even though the output is encrypted, this appears to be a debugging step based on the PR title "test: find api key" that should not be committed to the main codebase. Debugging steps that expose sensitive information should be removed before merging.

Suggested change
- name: Print Key
env:
STREAM_KEY: ${{ secrets.STREAM_API_KEY }}
PASSWORD: ${{ secrets.OPENSSL_PASSWORD }}
run: echo "${STREAM_KEY}" | openssl enc -e -aes-256-cbc -a -pbkdf2 -iter 100000 -k "${PASSWORD}"

Copilot uses AI. Check for mistakes.
@mogita mogita closed this Jan 13, 2026
@mogita mogita deleted the find-key-yun branch January 13, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants