Skip to content
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

Add a safe-upload-artifacts action #601

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Commits on Sep 18, 2024

  1. workflows: add safe-upload-artifacts action

    Add safe-upload-artifacts to combine the functionality of both the
    mask_secrets and upload-artifact actions.
    
    Signed-off-by: Mike Szczys <mike@golioth.io>
    szczys committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b235ae4 View commit details
    Browse the repository at this point in the history
  2. workflows: use safe-upload-artifacts for twister

    Use safe-upload-artifacts for twister run artifacts and summaries.
    
    Signed-off-by: Mike Szczys <mike@golioth.io>
    szczys committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    87401e4 View commit details
    Browse the repository at this point in the history
  3. workflows: remove deprecated mask_secrects action

    This has been replaced with safe-upload-artifacts.
    
    Signed-off-by: Mike Szczys <mike@golioth.io>
    szczys committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    faa7ff1 View commit details
    Browse the repository at this point in the history