Skip to content

Commit 1c04363

Browse files
Merge pull request #2446 from DataDog/mariedm/switch-prompt-secret-to-var
Change prompt from secrets to vars Co-authored-by: mariedm <29802155+mariedm@users.noreply.github.com>
2 parents 6f08624 + 9e43991 commit 1c04363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue_notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
42-
OPENAI_SYSTEM_PROMPT: ${{ secrets.OPENAI_SYSTEM_PROMPT }}
42+
OPENAI_SYSTEM_PROMPT: ${{ vars.OPENAI_SYSTEM_PROMPT }}
4343
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4444
SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID }}
4545
GITHUB_REPOSITORY: ${{ github.repository }}

0 commit comments

Comments
 (0)