forked from platformio/platformio-core
Add Github token for Slack notification
This commit is contained in:
1
.github/workflows/core.yml
vendored
1
.github/workflows/core.yml
vendored
@@ -42,3 +42,4 @@ jobs:
|
|||||||
job_name: '*Core*'
|
job_name: '*Core*'
|
||||||
commit: true
|
commit: true
|
||||||
url: ${{ secrets.SLACK_BUILD_WEBHOOK }}
|
url: ${{ secrets.SLACK_BUILD_WEBHOOK }}
|
||||||
|
token: ${{ secrets.SLACK_GITHUB_TOKEN }}
|
||||||
|
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
job_name: '*Docs*'
|
job_name: '*Docs*'
|
||||||
commit: true
|
commit: true
|
||||||
url: ${{ secrets.SLACK_BUILD_WEBHOOK }}
|
url: ${{ secrets.SLACK_BUILD_WEBHOOK }}
|
||||||
|
token: ${{ secrets.SLACK_GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Preserve Docs
|
- name: Preserve Docs
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
|
1
.github/workflows/examples.yml
vendored
1
.github/workflows/examples.yml
vendored
@@ -65,3 +65,4 @@ jobs:
|
|||||||
job_name: '*Examples*'
|
job_name: '*Examples*'
|
||||||
commit: true
|
commit: true
|
||||||
url: ${{ secrets.SLACK_BUILD_WEBHOOK }}
|
url: ${{ secrets.SLACK_BUILD_WEBHOOK }}
|
||||||
|
token: ${{ secrets.SLACK_GITHUB_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user