Skip to content

Sandbox for Configuring GitHub Actions

Notifications You must be signed in to change notification settings

elasticdog/actions-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

actions-sandbox

Notes

  • Even though the $GITHUB_TOKEN secret changes for each run, they appear to be using regular GitHub Application credentials tied to @github-actions and they don't expire until an hour after creation. I was able to use a token to post a status on the initial commit. Just something to keep in mind.

  • There are some documented Workflow Limitations...although those seem to be for the previous HCL-based actions and might not be 100% applicable anymore.

  • Scheduled workflows run on the latest commit on the default branch.

Unanswered Questions

Can you delete the build logs for an individual run?

I haven't seen a way to do this in the UI or from any of the checks/status APIs.

Testing branch protections.

About

Sandbox for Configuring GitHub Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages