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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
To Reproduce Steps to reproduce the behavior:
jobs: test: runs-on: ubuntu-latest environment: TWITCH-DOWNLOADER ...
The Repo itself private, but i guess the error is easy to reproducible with
Expected behavior To recognize the Environment and the Secrets in there
The text was updated successfully, but these errors were encountered:
Here the Code Blocks for easier copy
on: push: branches: - master workflow_dispatch: jobs: test: runs-on: ubuntu-latest environment: TWITCH-DOWNLOADER steps: - name: Schreibe Secrets in .env-Datei run: | echo "TWITCH_CLIENT_ID=${{ secrets.TWITCH_CLIENT_ID }}" >> epa_tdl_token/.env echo "TWITCH_CLIENT_SECRET=${{ secrets.TWITCH_CLIENT_SECRET }}" >> epa_tdl_token/.env
Sry i'm not used that much to the comments on Github
Sorry, something went wrong.
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
jobs:
test:
runs-on: ubuntu-latest
environment: TWITCH-DOWNLOADER
...
run: |
echo "TWITCH_CLIENT_ID=${{ secrets.TWITCH_CLIENT_ID }}" >> .env
echo "TWITCH_CLIENT_SECRET=${{ secrets.TWITCH_CLIENT_SECRET }}" >> .env
The Repo itself private, but i guess the error is easy to reproducible with
X the Secrets will be recognized as missing or not defined X
Expected behavior
To recognize the Environment and the Secrets in there
The text was updated successfully, but these errors were encountered: