Skip to content

Commit

Permalink
build: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Dec 24, 2023
1 parent 1b63f0e commit ba6a508
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba6a508

Please sign in to comment.