okuda-seminar / Twitter-Clone

0 stars 0 forks source link

[CI/CD] Use secret.GITHUB_TOKEN instead of PAT #327

Closed nayuta-ai closed 4 months ago

nayuta-ai commented 4 months ago

Summary

We have used PATs in GitHub Actions workflows. Managing PATs is challenging, so we will use secrets.GITHUB_TOKEN instead, eliminating the need to manage PATs.

Goal

This issue will be closed when we use secret.GITHUB_TOKEN.

Todo

Deadline

6/29

References

https://dev.classmethod.jp/articles/mapping-secrets-github-token/

Notes

None