Skip to content

Commit 46ebd94

Browse files
authored
Create test-release.yml
1 parent 1319359 commit 46ebd94

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/test-release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: 'release-test'
2+
3+
on:
4+
push:
5+
branches:
6+
- 'releases/*'
7+
8+
jobs:
9+
build: # make sure build/ci work properly
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Jira Development Integration
13+
uses: rohit-gohri/jira-ci-cd-integration@v0
14+
env:
15+
JIRA_DEFAULT_TEST_ISSUE: 'JCI-7'
16+
with:
17+
event_type: deployment
18+
state: ${{ job.status }}
19+
jira_instance: boringdownload
20+
token: ${{ secrets.GITHUB_TOKEN }}
21+
client_id: ${{ secrets.JIRA_CLIENT_ID }}
22+
client_secret: ${{ secrets.JIRA_CLIENT_SECRET }}

0 commit comments

Comments
 (0)