Add Entry for GitHub Actions Access Tokens (#90)

Co-authored-by: Bengt Brodersen <bengt.brodersen@gmail.com>
This commit is contained in:
Romain Lespinasse 2025-03-05 10:35:41 +01:00 committed by GitHub
parent 7b0d7ecddc
commit fb462df753
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,6 +167,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Changed Filenames GitHub Action](https://github.com/DawChihLiou/changed-files-action) - This action returns all the changed files in a pull request. The changed files includes added, modified, renamed, and removed files.
- [Automatically Close Empty Issues](https://github.com/rickstaa/empty-issues-closer-action)
- [Manage Labels With Configurable Rules in Pull Requests and Issues](https://github.com/srvaroa/labeler/) - Action based on configurable rules that match on properties of Pull Requests and Issues to assign/remove labels automatically.
- [GitHub Actions Access Tokens](https://github.com/qoomon/actions--access-token) - Get rid of PAT tokens, use temporary access tokens instead!
### Collection of Actions