@cryptotaxi247 / netdata-1 / commits / ae94ab59b

Fix token name in release draft workflow. (#11847)

Austin S. Hemmelgarn committed Dec 1, 2021 at 11:03 UTC ae94ab59bce1139e03c513962c2f3c31563790f3
1 file changed +1 -1
.github/workflows/build.yml
+1 -1
@@ -519,7 +519,7 @@ jobs:
519 artifacts: 'final-artifacts/sha256sums.txt,final-artifacts/netdata-*.tar.gz,final-artifacts/netdata-*.gz.run'
520 draft: true
521 tag: ${{ github.event.inputs.version }}
522 - token: ${{ secrets.NETDATABOT_TOKEN }}
522 + token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
523 - name: Failure Notification
524 uses: rtCamp/action-slack-notify@v2
525 env: