ajilach/Notification

Ajila Slack Notifications

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 5, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: ajilach/notifications-ghaction@849faa746a8b36db7536111370cbb7d996185cb9 # v1.5.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
op_service_account_token1Password service account tokenyes
slack_channel_idSlack channel ID for notificationsyes
jobJob of the calling workflowno${{ github.job }}
job_statusStatus of the calling workflowno${{ job.status }}
workflow_completion_notificationSend notification on workflow runnofalse
repositoryName of the git repository to notify forno${{ github.repository }}
repository_branchName of the git repository branch to notify forno${{ github.ref }}
workflowName of the workflow to notify forno${{ github.workflow }}
workflow_run_idID of the previous workflow runno${{ github.run_id }}

no outputs