Skip to content

Commit

Permalink
repository secret
Browse files Browse the repository at this point in the history
  • Loading branch information
corvinFn authored and corvinFn committed Oct 19, 2023
1 parent f4b1d91 commit 17a296b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
schedule:
- cron: '0 20 * * 0'
- cron: '0 20 * * Sat'
push:


Expand Down Expand Up @@ -34,5 +34,6 @@ jobs:
- name: Use variables
run: |
echo "repository variable : $REPOSITORY_VAR"
echo "secret variable : " ${{ secret.SECRET_TEST_NAME }}
env:
REPOSITORY_VAR: ${{ vars.REPOSITORY_VAR }}

0 comments on commit 17a296b

Please sign in to comment.