Skip to content

Commit a5a7c08

Browse files
authored
Merge pull request #271 from OZI-Project/rjdbcm-patch-18
Add github token to cleanup step
2 parents 067a386 + f69b0fe commit a5a7c08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,5 @@ runs:
216216
if: cancelled() || failure()
217217
run: gh release delete ${{ steps.tag.outputs.digest }} -y --cleanup-tag
218218
shell: bash
219+
env:
220+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)