We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a071554 commit c2edbffCopy full SHA for c2edbff
.github/workflows/sycl-rel-nightly-launch.yml
@@ -26,7 +26,7 @@ jobs:
26
# older >24h. That means the previous run already tested this commit.
27
run: |
28
if [ "$GITHUB_EVENT_NAME" = "schedule" ]; then
29
- latest_commit_time=$(curl -s https://api.github.com/repos/intel/llvm/commits/sycl-rel-6_2 | jq -r '.commit.committer.date')
+ latest_commit_time=$(curl -s -H "Authorization: token $GH_TOKEN" https://api.github.com/repos/intel/llvm/commits/sycl-rel-6_2 | jq -r '.commit.committer.date')
30
echo $latest_commit_time
31
latest_commit_epoch=$(date -d "$latest_commit_time" +%s)
32
now_epoch=$(date +%s)
0 commit comments