Skip to content

Update secrets.yml

Update secrets.yml #5

Workflow file for this run

name: Secrets and Environment variables
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Hello world action
run: echo "${{secrets.TG_TOKEN}}"
- name: Run Tests (JEST)
env:
CI: true
API_KEY: ${{ secrets.TG_TOKEN }}