mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added RELEASE_NOTIFICATION_URL
secret to release workflow
refs https://linear.app/tryghost/issue/CORE-38/automate-releases - this is a notification endpoint which we pass down to the `action-ghost-release` GitHub Action to create notifications when the release is done
This commit is contained in:
parent
64c6a69c1b
commit
51c62371af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -8,6 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
RELEASE_NOTIFICATION_URL: ${{ secrets.RELEASE_NOTIFICATION_URL }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
FORCE_COLOR: 1
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue