Skip to content

Commit

Permalink
Merge pull request #211 from eclipse-tractusx/fix/token-for-github-ap…
Browse files Browse the repository at this point in the history
…i-calls

fix: build-and-deploy-dashboard.yaml with GitHub API token
  • Loading branch information
FaGru3n authored Oct 12, 2023
2 parents 9a67d54 + 49d5ebb commit 1556f75
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 1556f75

Please sign in to comment.