Skip to content

Commit

Permalink
fix: build-and-deploy-dashboard.yaml with GitHub API token
Browse files Browse the repository at this point in the history
  • Loading branch information
FaGru3n authored Oct 12, 2023
1 parent 9a67d54 commit 49d5ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
github_token:
description: "Auth token for GitHub API requests"
required: false
default: ${{ github.token }}
schedule:
# Run every day at 01:00 at night
- cron: "0 1 * * *" # UTC time
Expand Down

0 comments on commit 49d5ebb

Please sign in to comment.