Skip to content

Commit

Permalink
update action's name
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 8, 2023
1 parent e02bdab commit d7c222e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d7c222e

Please sign in to comment.