Skip to content

Commit

Permalink
add wf
Browse files Browse the repository at this point in the history
  • Loading branch information
mapx- committed Aug 29, 2024
1 parent e15ee80 commit 9044b79
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/run1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: run1-script
on: workflow_dispatch
jobs:
runx:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: christosgalano/delete-workflow-runs@v1.0.0
with:
owner: mapx-
repo: test
token: ${{ secrets.workflow_PAT }}
workflow: test.yml






0 comments on commit 9044b79

Please sign in to comment.