GHActions: add token to publish changelog on forum (#63294)

add API token for forum
pull/63901/head^2
matt abrams 2 years ago committed by GitHub
parent 9314fe1056
commit bc1c54ca17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/update-changelog.yml

@ -22,3 +22,4 @@ jobs:
with:
token: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
metricsWriteAPIKey: ${{ secrets.GRAFANA_MISC_STATS_API_KEY }}
grafanabotForumKey: ${{ secrets.GRAFANABOT_FORUM_KEY }}

Loading…
Cancel
Save