Skip to content

Commit

Permalink
try without token
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Jul 22, 2024
1 parent 41ee645 commit 66bd37f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-examples.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs {
uses = "actions/checkout@v4"
with {
["submodules"] = "recursive"
["token"] = "${{ secrets.API_TOKEN_GITHUB }}"
//["token"] = "${{ secrets.API_TOKEN_GITHUB }}"
}
}

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.API_TOKEN_GITHUB }}
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand All @@ -25,7 +24,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.API_TOKEN_GITHUB }}
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand Down

0 comments on commit 66bd37f

Please sign in to comment.