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: google-github-actions/auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f112390a2df9932162083945e46d439060d66ec2
Choose a base ref
...
head repository: google-github-actions/auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 62cf5bd3e4211a0a0b51f2c6d6a37129d828611d
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 7, 2024

  1. Document ID Token lifetimes (#433)

    Closes #432
    sethvargo authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6384b34 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix !project_id error message typo (#435)

    <!--
    Thank you for proposing a pull request! Please note that SOME TESTS WILL
    LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
    forks.
    Someone from the team will review your Pull Request and respond.
    
    Please describe your change and any implementation details below.
    -->
    
    Small change! This error message seems like it's missing a word, so
    based on the comment on line 202, I changed it
    from
    > `⚠️ Failed to a project ID from the given inputs.`
    
    to
    
    > `⚠️ Failed to compute a project ID from the given inputs`
    seth-acuitymd authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    699582e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Update deps (#436)

    sethvargo authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0a94a84 View commit details
    Browse the repository at this point in the history
  2. Release: v2.1.5 (#437)

    ## What's Changed
    * Document ID Token lifetimes by @sethvargo in
    #433
    * fix !project_id error message typo by @seth-acuitymd in
    #435
    * Update deps by @sethvargo in
    #436
    
    ## New Contributors
    * @seth-acuitymd made their first contribution in
    #435
    
    **Full Changelog**:
    v2.1.4...0a94a84
    google-github-actions-bot authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    62cf5bd View commit details
    Browse the repository at this point in the history
Loading