summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2022-12-16 13:23:41 +0900
committerSutou Kouhei <kou@clear-code.com>2022-12-16 13:23:41 +0900
commit08cffbc440566b56ab8110f85b10129b3212dcb3 (patch)
tree01aa0324a092fe52f7df82295fcc875106009062
parent7ba3d87d49339b58e7b5888252f38c99e03de06c (diff)
downloadrake-compiler-08cffbc440566b56ab8110f85b10129b3212dcb3.tar.gz
ci: add missing GH_TOKEN
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0a2d157..db05f0e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -21,3 +21,5 @@ jobs:
gh release create \
--discussion-category Announcements \
--notes-file release-node.md
+ env:
+ GH_TOKEN: ${{ github.token }}