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: peter-evans/repository-dispatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: peter-evans/repository-dispatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 8 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 10, 2022

  1. Fix: Information related to tokens in README

    Fix documentation related to tokens. The secrets.GITHUB_TOKEN provided by the GitHub Actions App can do everything related to the repo if we elevate its permissions, including calling workflow_dispatch and repository_dispatch.
    
    Some people in my organization are using PAT's instead of the secrets.GITHUB_TOKEN when using this action because of this README suggestion, even when they are calling the same repository. Using PATs in that contexts provides unnecessary security risks.
    santunioni authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    77fb463 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    santunioni authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    3c4e552 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Merge pull request #118 from santunioni/patch-1

    Fix: Information related to tokens in README
    peter-evans authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    8e295bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b700ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aebc169 View commit details
    Browse the repository at this point in the history
  4. Update docs

    peter-evans committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    66463e4 View commit details
    Browse the repository at this point in the history
  5. Update docs

    peter-evans committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2f6d32c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #124 from peter-evans/token-update

    Token update
    peter-evans authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f269624 View commit details
    Browse the repository at this point in the history
Loading