FormidableLabs / FormidableLabs/formideploy
Bug: Detect read-only token for deployment API.
- 主要言語
- JavaScript
- スター
- 7
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Our [`lib/github/deployment.js`](https://github.com/FormidableLabs/formideploy/blob/master/lib/github/deployment.js) just checks the presence of a token to decide if it should attempt the deployment API. But in GH actions, there is a token, just a read-only one, so it actually fails.
Tasks:
- [ ] Detect read-only token and skip deployment actions
コントリビューションガイド
調査の方向性
Read lib/github/deployment.js first and trace how token presence currently selects deployment API calls. Investigate how the GitHub Actions token’s read-only status can be identified, then verify that deployment actions are skipped for it while writable tokens still attempt deployment; no test file is named in the issue.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- api, devops
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100