Description
I see that in all your examples, you store slack channel / user ids in secrets, e.g.:
channel: ${{ secrets.SLACK_CHANNEL_ID }}
Is that because channel IDs should be treated as secret values? Or just a matter of convenience.
Why I'm asking: I'd like to add a slack mention in a public-facing CI definition and was just going to hardcode my user id (U1234), but wasn't sure if I should be keeping it secret.
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Description
I see that in all your examples, you store slack channel / user ids in
secrets, e.g.:Is that because channel IDs should be treated as secret values? Or just a matter of convenience.
Why I'm asking: I'd like to add a slack mention in a public-facing CI definition and was just going to hardcode my user id (
U1234), but wasn't sure if I should be keeping it secret.What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])