Skip to content

Commit

Permalink
Be very permissive
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Nov 16, 2023
1 parent ade5143 commit 0e205e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check-external-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
permissions:
issues: write
repository-projects: read
statuses: read
permissions: write-all # since narrower scopes don't work ...
steps:
- uses: actions/checkout@v3
- name: Get current date
Expand Down
4 changes: 0 additions & 4 deletions util/dead-link-issue.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ class Report implements Runnable {

@Override
public void run() {
System.out.println("Option dump!" + token + " repo " + issueRepo + " url" + siteUrl + "run id " + runId + "sneaky token" + token.toUpperCase());
System.out.println("Option dump!" + token.substring(1, 5));


try {
final GitHub github = new GitHubBuilder().withAppInstallationToken(token)
.build();
Expand Down

0 comments on commit 0e205e3

Please sign in to comment.