invalid /etc/environment after installing 3/stable (revision 123) #7
This file contains 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
# Copyright 2023 Canonical Ltd. | |
# See LICENSE file for licensing details. | |
name: Sync issue to Jira | |
on: | |
issues: | |
types: [opened, reopened, closed] | |
jobs: | |
sync: | |
name: Sync GitHub issue to Jira | |
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v2 | |
with: | |
jira-base-url: https://warthogs.atlassian.net | |
jira-project-key: DPE | |
jira-component-names: kafka-vm | |
secrets: | |
jira-api-token: ${{ secrets.JIRA_API_TOKEN }} | |
jira-user-email: ${{ secrets.JIRA_USER_EMAIL }} | |
permissions: | |
issues: write # Needed to create GitHub issue comment |