From a73b2d7ca2e09c5d0ce6b0619e71f93f6267a761 Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Fri, 9 Aug 2024 14:51:08 +0200 Subject: [PATCH] docs: add GitHub Actions Access Tokens action action repository: https://github.com/qoomon/actions--access-token --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda0071..3058acdc 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) - [GitHub Codeowners Validator](https://github.com/mszostok/codeowners-validator) - Ensures the correctness of your GitHub CODEOWNERS file. It supports public and private GitHub repositories and also GitHub Enterprise installations. - [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo). +- [GitHub Actions Access Tokens](https://github.com/qoomon/actions--access-token) - Get rid of PAT tokens, use temporary access tokens instead! ### Collection of Actions