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

add API token for forum
This commit is contained in:
matt abrams 2023-03-01 15:30:01 -10:00 committed by GitHub
parent 9314fe1056
commit bc1c54ca17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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