Skip to content

Commit

Permalink
Update dependabot-jira-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxmadxxx committed May 16, 2023
1 parent 6020f9c commit b504cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-jira-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: "Sync security alerts to Jira issues"
uses: reload/github-security-jira@v1.x
env:
GH_SECURITY_TOKEN: ${{ KEY_OF_GITHUB_FOR_JIRA_INTEGRATION }}
JIRA_TOKEN: ${{ JIRA_KEY_FOR_GITHUB_INTEGRATION }}
GH_SECURITY_TOKEN: ${{ secrets.KEY_OF_GITHUB_FOR_JIRA_INTEGRATION }}
JIRA_TOKEN: ${{ secrets.JIRA_KEY_FOR_GITHUB_INTEGRATION }}
JIRA_HOST: https://rocketchat.atlassian.net
JIRA_USER: igor.rincon@rocket.chat
JIRA_PROJECT: PVUL
Expand Down

0 comments on commit b504cda

Please sign in to comment.