From d7c222e3e075baeb7bccacb688d8d7b4710e5247 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Sat, 9 Sep 2023 03:40:04 +0900 Subject: [PATCH] update action's name --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82354ddb..20c19b33 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ sam deploy jobs: job: runs-on: ubuntu-latest - # use GitHub Actions OIDC Token (Experimental) https://github.com/github/roadmap/issues/249 + # use GitHub Actions OIDC Token permissions: id-token: write contents: read diff --git a/action.yml b/action.yml index 2c656310..ba5fba3a 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "GitHub App Token" +name: "Create GitHub App Token using OpenID Connect" description: "Run GitHub Actions as a GitHub App instead of using secrets.GITHUB_TOKEN or a personal access token." author: "ICHINOSE Shogo" inputs: