Android SDK requests significantly more JWT auth tokens than iOS SDK Body #48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| issues: | |
| types: [opened] | |
| name: Create Jira Issue | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| name: Create Jira Issue | |
| steps: | |
| - name: Login | |
| uses: atlassian/gajira-login@ca13f8850ea309cf44a6e4e0c49d9aa48ac3ca4c # v3 | |
| env: | |
| JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} | |
| JIRA_USER_EMAIL: ${{ secrets.JIRA_ILYA_USER_EMAIL }} | |
| JIRA_API_TOKEN: ${{ secrets.JIRA_ILYA_API_TOKEN }} | |
| - name: Create | |
| id: create | |
| uses: atlassian/gajira-create@1ff0b6bd115a780592b47bfbb63fc4629132e6ec # v3 | |
| with: | |
| project: MOB | |
| issuetype: Bug | |
| summary: "${{ github.repository }}: #${{ github.event.issue.number }} by ${{ github.event.issue.user.login }}: ${{ github.event.issue.title }}" | |
| description: ${{ github.event.issue.body }} | |
| fields: '{"customfield_11268": {"id": "10668"} }' |