Skip to content

Commit e3f4e4e

Browse files
committed
fix: 🐛 pipeline
1 parent 710f897 commit e3f4e4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/generate-token.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Generate App Token
22
on:
33
workflow_run:
4-
types: [requested]
4+
workflows:
5+
- Needs More Info
6+
types:
7+
- requested
58
jobs:
6-
test:
9+
generate:
710
runs-on: ubuntu-latest
811
steps:
912
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)