We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02135d7 commit 05a6b6bCopy full SHA for 05a6b6b
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
run: smalltalkci -s ${{ matrix.smalltalk }}
26
shell: bash
27
timeout-minutes: 20
28
+ env:
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
slack-workflow-status:
31
if: always()
32
name: Post Workflow Status To Slack
0 commit comments