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

Fix token permissions 3.0.x #7747

Merged

Conversation

zUniQueX
Copy link
Member

See ScaCap/action-surefire-report#31

Pull requests from forked repositories currently have token permission issues and the Java CI checks fail. This prevents auto-merging. Pull requests from the dropwizard-repo itself have the following permissions:

Actions: write
Checks: write
Contents: write
Deployments: write
Discussions: write
Issues: write
Metadata: read
Packages: write
Pages: write
PullRequests: write
RepositoryProjects: write
SecurityEvents: write
Statuses: write

while pull requests from forked repos have the following permissions:

Actions: read
Checks: read
Contents: read
Deployments: read
Discussions: read
Issues: read
Metadata: read
Packages: read
Pages: read
PullRequests: read
RepositoryProjects: read
SecurityEvents: read
Statuses: read

zUniQueX and others added 2 commits October 18, 2023 20:33
See ScaCap/action-surefire-report#31

Pull requests from forked repositories currently have token permission issues and the Java CI checks fail. This prevents auto-merging. Pull requests from the dropwizard-repo itself have the following permissions:

```
Actions: write
Checks: write
Contents: write
Deployments: write
Discussions: write
Issues: write
Metadata: read
Packages: write
Pages: write
PullRequests: write
RepositoryProjects: write
SecurityEvents: write
Statuses: write
```
while pull requests from forked repos have the following permissions:
```
Actions: read
Checks: read
Contents: read
Deployments: read
Discussions: read
Issues: read
Metadata: read
Packages: read
Pages: read
PullRequests: read
RepositoryProjects: read
SecurityEvents: read
Statuses: read
```

Refs dropwizard#7586
(cherry picked from commit cb47931)
@zUniQueX zUniQueX added the github_actions Pull requests that update Github_actions code label Oct 18, 2023
@zUniQueX zUniQueX added this to the 3.0.3 milestone Oct 18, 2023
@zUniQueX zUniQueX self-assigned this Oct 18, 2023
@zUniQueX zUniQueX requested a review from a team as a code owner October 18, 2023 18:34
@zUniQueX zUniQueX enabled auto-merge (squash) October 18, 2023 18:35
@zUniQueX zUniQueX merged commit 33bd971 into dropwizard:release/3.0.x Oct 18, 2023
11 of 12 checks passed
@zUniQueX zUniQueX deleted the fix-token-permissions-3.0.x branch October 18, 2023 19:08
@joschi joschi modified the milestones: 3.0.3, 3.0.4 Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants