We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c3366 commit 1062425Copy full SHA for 1062425
.github/workflows/post-log-to-slack.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
who-to-greet: "Mona the Octocat"
17
env:
18
+ SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
19
GITHUB_CONTEXT: ${{ toJson(github) }}
20
VARS_CONTEXT: ${{ toJson(vars) }}
21
0 commit comments