actions-marketplace-validations/Slack Username
Fetch Slack Username by GitHub Associated Email
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 27, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/camisinc_action-slack-user@e6983efa7375f540bf7db3d8cd809cefc8fa99fd # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| username | The username of the user in GitHub to fetch in Slack | — | — |
| github-token | The github token used to retrieve information about the provided GitHub user | yes | — |
| slack-token | The Slack API Token used to fetch Slack users | yes | — |
Outputs
| name | description |
|---|---|
| member-id | The matching Slack user's unique member id |
| username | The matching Slack user's username |