Skip to content

Commit

Permalink
Try to fix delete-artifact permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Feb 15, 2024
1 parent 4f2ba67 commit 4c7dc46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tmbasic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
gather-runners:
runs-on: ubuntu-latest
name: Gather Runners
permissions:
actions: write
needs: [build-runner-docker, build-runner-mac]
steps:
- name: Download artifacts
Expand Down

0 comments on commit 4c7dc46

Please sign in to comment.