Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/create-github-app-token
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: actions/create-github-app-token
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 26, 2023

  1. docs(README): clarify token masking (#29)

    With #13, this action is explicitly masking the token so we don't need to mention that we're relying on a specific format of GitHub tokens being masked by the runner.
    joshmgross authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5611f92 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. fix: check for token before revoking (#30)

    Check before trying to revoke the token, in case the token generation
    failed. Otherwise the post step will throw an error.
    
    ---------
    
    Co-authored-by: Gregor Martynus <[email protected]>
    dsanders11 and gr2m authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2540ed4 View commit details
    Browse the repository at this point in the history
Loading