From b700ade2f3efd0052e63446b4fa78779609c75b5 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Wed, 19 Oct 2022 16:27:30 +0900 Subject: [PATCH] Update ci to use default token --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d669dd..b66989a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ on: permissions: pull-requests: write contents: write + actions: write jobs: build: @@ -60,14 +61,12 @@ jobs: - name: Test repository dispatch uses: ./ with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} event-type: tests client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' - name: Test repository dispatch (default payload) uses: ./ with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} event-type: tests package: