Skip to content

Commit 8825756

Browse files
feat: Build for release
1 parent 02cd9c9 commit 8825756

File tree

11 files changed

+147
-36
lines changed

11 files changed

+147
-36
lines changed

README.ja.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
- [スクリーンショット](#%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88)
2222
- [インストール](#%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB)
23-
- [必要なパラメータ](#%E5%BF%85%E8%A6%81%E3%81%AA%E3%83%91%E3%83%A9%E3%83%A1%E3%83%BC%E3%82%BF)
24-
- [ACCESS_TOKEN](#access_token)
2523
- [オプション](#%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3)
2624
- [BUILD_COMMAND](#build_command)
2725
- [COMMIT_MESSAGE](#commit_message)
@@ -70,15 +68,8 @@
7068
uses: technote-space/release-github-actions@v1
7169
with:
7270
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
7471
```
7572
76-
## 必要なパラメータ
77-
### ACCESS_TOKEN
78-
1. public_repo または repo のスコープで [personal access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) を生成。
79-
(プライベートリポジトリの場合 repo が必要です)
80-
1. [Secretsに保存](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)
81-
8273
## オプション
8374
### BUILD_COMMAND
8475
ビルド用コマンド

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Once you create a new tag, this action will automatically
2020

2121
- [Screenshots](#screenshots)
2222
- [Installation](#installation)
23-
- [Required parameter](#required-parameter)
24-
- [ACCESS_TOKEN](#access_token)
2523
- [Options](#options)
2624
- [BUILD_COMMAND](#build_command)
2725
- [COMMIT_MESSAGE](#commit_message)
@@ -70,15 +68,8 @@ Once you create a new tag, this action will automatically
7068
uses: technote-space/release-github-actions@v1
7169
with:
7270
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
7471
```
7572
76-
## Required parameter
77-
### ACCESS_TOKEN
78-
1. Generate a [personal access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) with the public_repo or repo scope.
79-
(repo is required for private repositories.)
80-
1. [Save as secrets](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)
81-
8273
## Options
8374
### BUILD_COMMAND
8475
Build command.

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ inputs:
55
GITHUB_TOKEN:
66
description: Secret GitHub API token to use for making API requests.
77
required: true
8-
ACCESS_TOKEN:
9-
description: Secret GitHub Access Token to use for making push. This is not the same as GITHUB_TOKEN.
10-
required: true
118
BUILD_COMMAND:
129
description: Command to build.
1310
default: ''

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tagName":"v1.3.0","branch":"gh-actions","tags":["v1.3.0","v1","v1.3"],"updated_at":"2019-09-20T16:11:37.326Z"}
1+
{"tagName":"v1.3.1","branch":"gh-actions","tags":["v1.3.1","v1","v1.3"],"updated_at":"2019-09-20T17:44:48.073Z"}

node_modules/.yarn-integrity

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@technote-space/github-action-helper/README.ja.md

Lines changed: 129 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@technote-space/github-action-helper/README.md

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@technote-space/github-action-helper/dist/utils.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@technote-space/github-action-helper/dist/utils.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@technote-space/github-action-helper/dist/utils.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)