Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maven-dependency-submission-action to address permission issues #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 29, 2024

  1. Update maven-dependency-submission-action to address permission issues

    Token Permissions:
    By explicitly specifying the repo-token: ${{secrets.GITHUB_TOKEN }} in the workflow, we are ensuring that the action uses a token that GitHub automatically generates for actions. This token should have permissions aligned with the GitHub repository's current policies. The update doesn’t necessarily change the permissions but clarifies which token is being used, ensuring there is no ambiguity that could lead to permissions errors.
    
    Addressing Potential Configuration Issues: 
    The change might not directly adjust permissions (since I don’t have access to the settings), but it ensures that the action is correctly configured according to the latest standards. If there was any misconfiguration leading to the HTTP 403 error, correcting the action version and ensuring the correct use of tokens might resolve these issues.
    iQuxLE authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    68d83c0 View commit details
    Browse the repository at this point in the history
  2. fix

    iQuxLE authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bead8ef View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    b0d0ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeae630 View commit details
    Browse the repository at this point in the history