Ghost/.github/workflows
Daniel Lockyer 7fe943bb49
Updated CI release workflow to use built-in token
no issue

- `RELEASE_TOKEN` is currently a GitHub personal token, but this
  has some downsides:
    - if the token ever expires and I'm unaware, it'll break the release
      process
    - GitHub Releases say the creator was `daniellockyer` even if someone
      else actually did the release
- this commit switches over to using the built-in `GITHUB_TOKEN`, which
  is owned by the `github-actions` app and should never expire
- aside from that, Ghost releases will be created by the neutral
  `github-actions` account
2021-07-12 13:14:55 +01:00
..
canary.yml Fixed canary build after yarn command changes 2021-07-06 10:22:07 +01:00
release.yml Updated CI release workflow to use built-in token 2021-07-12 13:14:55 +01:00
test.yml Improved dev tooling (#13118) 2021-07-05 20:02:22 +01:00