Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Jul 2, 2024
1 parent b3eaa17 commit 69d1072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Install [Access Tokens for GitHub Actions from **Marketplace**](https://github.c
<details><summary>Click me</summary>

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
Expand All @@ -62,7 +62,7 @@ To grant repository permission create an `access-token.yaml` file within the `.g
### Grant Owner Permissions
<details><summary>Click me</summary>

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)

</details>

Expand Down Expand Up @@ -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
- add token hash to output in main and post action

0 comments on commit 69d1072

Please sign in to comment.