diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b001c75..0e0637b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,16 +43,18 @@ jobs: - name: Delete (specific, glob disabled) uses: ./ with: + token: ${{ secrets.GITHUB_TOKEN }} name: my-artifact useGlob: false - name: Delete (pattern, glob enabled) uses: ./ with: + token: ${{ secrets.GITHUB_TOKEN }} name: my-* - name: Delete (specific, glob enabled) uses: ./ with: + token: ${{ secrets.GITHUB_TOKEN }} name: you-artifact -