Skip to content

Commit 9a98c7e

Browse files
Merge pull request #50 from technote-space/docs/#46
chore: add env description (#46)
2 parents 8cd041d + 8e7bc60 commit 9a98c7e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.ja.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
--token 1234567890
7575
```
7676
77+
`token` が書かれた `.env` ファイルを用意している場合は不要です。
78+
例:
79+
```dotenv
80+
token=1234567890
81+
```
82+
7783
#### tag
7884
[detail](https://github.com/technote-space/release-github-actions#condition)
7985

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ e.g.
7474
--token 1234567890
7575
```
7676
77+
Not required if you have a `.env` file with` token`.
78+
e.g.
79+
```dotenv
80+
token=1234567890
81+
```
82+
7783
#### tag
7884
[detail](https://github.com/technote-space/release-github-actions#condition)
7985

0 commit comments

Comments
 (0)