We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1319359 commit 46ebd94Copy full SHA for 46ebd94
.github/workflows/test-release.yml
@@ -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