Skip to content

Commit

Permalink
ci: prevent exploit usage on jira action (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
checkiecheck authored Dec 7, 2023
1 parent e8a80c0 commit c60abba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jiraCreateIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
project: GT
issuetype: Task
summary: ${{ github.event.issue.title }}
description: ${{github.event.issue.body}}
description: ${{ github.event.issue.url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c60abba

Please sign in to comment.