From 66bd37f032b1720fe7829a7742beb5f1685f6c51 Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 22 Jul 2024 10:32:07 -0600 Subject: [PATCH] try without token --- .github/workflows/test-examples.pkl | 2 +- .github/workflows/test-examples.yml | 2 -- examples | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-examples.pkl b/.github/workflows/test-examples.pkl index 404992f2..6668598c 100644 --- a/.github/workflows/test-examples.pkl +++ b/.github/workflows/test-examples.pkl @@ -24,7 +24,7 @@ jobs { uses = "actions/checkout@v4" with { ["submodules"] = "recursive" - ["token"] = "${{ secrets.API_TOKEN_GITHUB }}" + //["token"] = "${{ secrets.API_TOKEN_GITHUB }}" } } diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index a3551866..ecd3defa 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -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 @@ -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 diff --git a/examples b/examples index 50f1e7f1..bf29ea2a 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 50f1e7f1900bae4267a574e49f40ce9cb8c52aab +Subproject commit bf29ea2a83d64b911b1ab506b973f32fc07e0107