Skip to content

Commit

Permalink
docs(caller-workflow): add secrets ENV vars to be passed to action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 6, 2024
1 parent baa7d2f commit 8c43b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/caller-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ jobs:
uses: espressif/sync-jira-actions@change/composite-action
with:
jira-project: IDFSYNTEST
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JIRA_PASS: ${{ secrets.JIRA_PASS }}
JIRA_URL: ${{ secrets.JIRA_URL }}
JIRA_USER: ${{ secrets.JIRA_USER }}

0 comments on commit 8c43b5b

Please sign in to comment.