From 69d1072d43818e546ccc048c54da405ea53a8400 Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Tue, 2 Jul 2024 13:03:08 +0200 Subject: [PATCH] Update README.md --- action/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action/README.md b/action/README.md index 38944bb..30cef69 100644 --- a/action/README.md +++ b/action/README.md @@ -52,7 +52,7 @@ Install [Access Tokens for GitHub Actions from **Marketplace**](https://github.c
Click me -To grant repository permission create an `access-token.yaml` file within the `.github/` directory of the target repository with [this template content](/actions/docs/access-token.repo-template.yaml) +To grant repository permission create an `access-token.yaml` file within the `.github/` directory of the target repository with [this template content](/action/docs/access-token.repo-template.yaml) #### Repository Access Policy Example @@ -62,7 +62,7 @@ To grant repository permission create an `access-token.yaml` file within the `.g ### Grant Owner Permissions
Click me -To grant owner specific or owner wide permission create a `OWNER/.github-access-token` repository and create an `access-token.yaml` file at root of the repository with [this template content](/actions/docs/access-token.owner-template.yaml) +To grant owner specific or owner wide permission create a `OWNER/.github-access-token` repository and create an `access-token.yaml` file at root of the repository with [this template content](/action/docs/access-token.owner-template.yaml)
@@ -188,4 +188,4 @@ build: * App icon: https://img.icons8.com/cotton/256/000000/grand-master-key.png ## TODO -- add token hash to output in main and post action \ No newline at end of file +- add token hash to output in main and post action