Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
trung-emesoft committed Dec 6, 2023
0 parents commit d158584
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/variables.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Workflow Demo

on:
push

env:
ACCESS_ID: ${{ vars.ACCESS_ID }}

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Echo ACCESS_ID
run: echo $ACCESS_ID
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# variables

0 comments on commit d158584

Please sign in to comment.