0
Fork 0
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:
Daniel Lockyer 2021-09-28 16:43:45 +01:00
parent 64c6a69c1b
commit 51c62371af
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -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: