8000 github: Use IAM Roles to push files on AWS S3 by alessio-perugini · Pull Request #815 · arduino/arduino-lint · GitHub
[go: up one dir, main page]

Skip to content

github: Use IAM Roles to push files on AWS S3 #815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test nighlty build
  • Loading branch information
alessio-perugini committed Dec 12, 2024
commit fa85b31f32cb105a114d115a7b6d51a5a80a55bc
1 change: 1 addition & 0 deletions .github/workflows/publish-go-nightly-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
on:
push:
schedule:
# run every day at 1AM
- cron: "0 1 * * *"
Expand Down
Loading
0