Skip to content

Commit bda570e

Browse files
committed
Test .github#28
1 parent da3108e commit bda570e

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Manage issue header
2+
3+
on:
4+
issues:
5+
types: [opened, labeled, unlabeled]
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: echo "Issue event triggered"
12+
call-workflow:
13+
name: Call shared workflow
14+
uses: MisRob/.github/.github/workflows/manage-issue-header.yml@a337d4e7cc3c0997fbd00b465fc6732f74e375ee
15+
secrets:
16+
LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}
17+
LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}

.github/workflows/manage_issue_header.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)