Skip to content

Commit

Permalink
feat: read FNG min and Mmax from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceWind committed Nov 30, 2023
1 parent d96a61b commit 7910441
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/daily-cron-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
# The type of runner that the job will run on
# runs-on: self-hosted
runs-on: ubuntu-latest
env:
FNG_MIN: ${{ secrets.FNG_MIN }}
FNG_MAX: ${{ secrets.FNG_MAX }}

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -25,7 +28,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18

- name: Setup Git Infomation
run: |
git config --global user.name 'bot'
Expand Down

0 comments on commit 7910441

Please sign in to comment.