Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Update time

Update time #1750

Workflow file for this run

name: Test secret set from API
on: [push, workflow_dispatch]
jobs:
test-secret-set-from-api:
runs-on: ubuntu-latest
steps:
- run: echo "${{secrets.TEST_SECRET}}"
- run: if [[ "${{secrets.TEST_SECRET}}" = "thing" ]]; then echo "success"; fi
shell: bash