Skip to content

Commit

Permalink
build: remove tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Jan 13, 2024
1 parent 6504143 commit 3f83cd6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@ jobs:
with:
name: my-artifact
useGlob: false
token: ${{ secrets.GITHUB_TOKEN }}

- name: Delete (pattern, glob enabled)
uses: geekyeggo/delete-artifact@v4
with:
name: my-*
token: ${{ secrets.GITHUB_TOKEN }}

- name: Delete (specific, glob enabled)
- name: Delete (specific, glob enabled, with token)
uses: geekyeggo/delete-artifact@v4
with:
name: you-artifact
Expand Down

0 comments on commit 3f83cd6

Please sign in to comment.