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: