Skip to content

Setup Qiita CLI

Actions
Sets up Qiita CLI in your GitHub Actions workflow
v1.0.0
Latest
Star (0)

Tags

 (1)

setup-qiita-cli

GitHub release (latest by date) GitHub GitHub Workflow Status

GitHub Actions ワークフローで Qiita CLI をセットアップするアクション。

目次

使い方

- uses: koki-develop/setup-qiita-cli@v1
  with:
    # インストールする Qiita CLI のバージョン。
    # 省略したり `latest` を指定した場合は最新のバージョンがインストールされます。
    version: latest

    # Qiita のアクセストークン。
    access-token: ${{ secrets.QIITA_ACCESS_TOKEN }}

    # デフォルトの出力フォーマット (table|json) 。
    # 省略した場合は `table` になります。
    format: table

    # setup-qiita-cli はバージョン情報を取得するときに GitHub REST API を使用しますが、
    # 頻繁に setup-qiita-cli を実行するとレート制限 (60req/1h) に引っかかることがあります。
    # GitHub Actions で自動的に作成される `GITHUB_TOKEN` シークレットを渡すとこれを回避することができます。
    github-token: ${{ secrets.GITHUB_TOKEN }}

ライセンス

MIT

Setup Qiita CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Sets up Qiita CLI in your GitHub Actions workflow
v1.0.0
Latest

Tags

 (1)

Setup Qiita CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.