We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cd041d + 8e7bc60 commit 9a98c7eCopy full SHA for 9a98c7e
README.ja.md
@@ -74,6 +74,12 @@
74
--token 1234567890
75
```
76
77
+`token` が書かれた `.env` ファイルを用意している場合は不要です。
78
+例:
79
+```dotenv
80
+token=1234567890
81
+```
82
+
83
#### tag
84
[detail](https://github.com/technote-space/release-github-actions#condition)
85
README.md
@@ -74,6 +74,12 @@ e.g.
+Not required if you have a `.env` file with` token`.
+e.g.
0 commit comments