Commit 996c7617 authored by Silvano Cerza's avatar Silvano Cerza

[skip changelog] Fix Jira grooming workflow authentication

parent 76e6a5e1
......@@ -17,12 +17,19 @@ jobs:
with:
version: 1.0.23
- name: Writes Jira CLI configs
run: |
mkdir ~/.jira.d
cat <<EOM >~/.jira.d/config.yml
endpoint: ${{ secrets.JIRA_BASE_URL }}
user: ${{ secrets.JIRA_USER_EMAIL }}
authentication-method: api-token
EOM
- name: Create issue
run: |
jira create \
--noedit \
-e ${{ secrets.JIRA_BASE_URL }} \
-u ${{ secrets.JIRA_USER_EMAIL }} \
-p ${{ secrets.JIRA_PROJECT_CODE }} \
-i Task \
-o summary="${{ github.event.issues.issue.title }}" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment