Skip to content

Add workflow using secret token #1

Add workflow using secret token

Add workflow using secret token #1

Workflow file for this run

name: Hello
on: [push]
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: echo "hello"