Skip to content

Commit a34d89d

Browse files
authored
Merge pull request #2 from whyk-pg/update-docs
READMEの更新
2 parents 6967324 + 9ccde6a commit a34d89d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Deno社が始めた新しいレジストリ『[JSR](https://jsr.io)』にパッ
1212
- [x] GitHub Releaseを自動で追加する
1313
- [x] JSRでサブパッケージが公開できるか試す
1414
- [x] JSRのlintが効かない問題を解決する
15-
- [ ] importがエラーになる問題を解決する
15+
- [x] importがエラーになる問題を解決する
1616

1717
### エラー解決
1818
#### GitHub ActionsでGitHub Releasesが生成できない
@@ -28,4 +28,10 @@ Deno社が始めた新しいレジストリ『[JSR](https://jsr.io)』にパッ
2828
- [エラー: 403 "統合によってリソースにアクセスできません" - GitHub Docs](https://docs.github.com/ja/code-security/code-scanning/troubleshooting-code-scanning/resource-not-accessible)
2929
- [Github ActionsでResource not accessible by integrationが出た際の対処法](https://zenn.dev/tatsugon/articles/github-actions-permission-error)
3030
- [GITHUB_TOKEN のアクセス許可の変更 - 自動トークン認証 - GitHub Docs](https://docs.github.com/ja/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token)
31-
- [permissions - GitHub Actionsのワークフロー構文 - GitHub Docs](https://docs.github.com/ja/actions/using-workflows/workflow-syntax-for-github-actions#permissions)
31+
- [permissions - GitHub Actionsのワークフロー構文 - GitHub Docs](https://docs.github.com/ja/actions/using-workflows/workflow-syntax-for-github-actions#permissions)
32+
- [Github Actionsを使ってgit commitとgit pushを自動化しよう。 - ポンコツエンジニアのごじゃっぺ開発日記。](https://www.pnkts.net/2020/07/25/github_actions-git-commit-push)
33+
- [Use target-version in a file, then create the tag of both · Issue #204 · mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action/issues/204)
34+
- [Mark this repository as unmaintained · Issue #119 · actions/create-release](https://github.com/actions/create-release/issues/119)
35+
- [Github Actions の workflow run について](https://zenn.dev/keitacoins/articles/2a715be45e874f)
36+
- [ワークフローの再利用 - GitHub Docs](https://docs.github.com/ja/actions/using-workflows/reusing-workflows)
37+
- [\[github actions\] Reusable workflowsが実装されたのでざっとまとめ](https://zenn.dev/jerome/articles/618af7cc934f2f)

0 commit comments

Comments
 (0)