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.2.0
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.2.1
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 30, 2023

  1. fix(GHES): respect GITHUB_API_URL when creating installation access…

    … token (#38)
    
    Follow up to #36. I just wanted to do some refactoring but turns out I
    missed to pass the custom `request` instance to `createAppAuth`. It will
    fallback to the default `request` which does not respect
    `GITHUB_API_URL`
    gr2m authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c08c5ac View commit details
    Browse the repository at this point in the history
  2. build(release): 1.2.1 [skip ci]

    ## [1.2.1](v1.2.0...v1.2.1) (2023-08-30)
    
    ### Bug Fixes
    
    * **GHES:** respect `GITHUB_API_URL` when creating installation access token ([#38](#38)) ([c08c5ac](c08c5ac)), closes [#36](#36)
    semantic-release-bot committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    49ce228 View commit details
    Browse the repository at this point in the history
Loading