Skip to content

Commit

Permalink
pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jun 27, 2023
1 parent f21f920 commit 482dc20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autolabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ permissions:
jobs:
autolabel:
uses: acquia/.github/.github/workflows/autolabel.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ permissions:
jobs:
automerge:
uses: acquia/.github/.github/workflows/automerge.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ permissions:
jobs:
jira:
uses: acquia/.github/.github/workflows/jira.yml@main
secrets:
jira-base-url: ${{ secrets.JIRA_BASE_URL }}
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 482dc20

Please sign in to comment.