From 8205b38683fb4a8f0b0bccf181699e035b72d4d0 Mon Sep 17 00:00:00 2001 From: Giacomo Ronconi <36189778+giacomoronconiobda@users.noreply.github.com> Date: Tue, 5 Apr 2022 13:20:34 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d8ac88..a0aab71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v2 with: repository: 'obdasystems/sparqling-ws' + token: ${{ secrets.TOKEN }} - name: Set up JDK 11 uses: actions/setup-java@v2 with: @@ -33,6 +34,7 @@ jobs: - uses: actions/checkout@v2 with: repository: 'obdasystems/sparqling' + token: ${{ secrets.TOKEN }} - name: Set up node uses: actions/setup-node@v2 with: