-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f36be5
commit 473b12b
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,20 @@ on: | |
pull_request: | ||
branches: | ||
- "**" | ||
{% if schedule_run is defined %} | ||
schedule: | ||
- cron: '0 2 * * *' | ||
{% endif %} | ||
|
||
jobs: | ||
call-workflow: | ||
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/[email protected] | ||
secrets: | ||
{% if markers is defined %} | ||
with: | ||
marker: >- | ||
["configuration", "data_collection_flaky", "data_collection_1", "data_collection_2", "data_collection_3", "data_collection_4", "data_collection_5", "data_collection_6"] | ||
{% endif %} | ||
{%- raw %} secrets: | ||
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }} | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
SEMGREP_PUBLISH_TOKEN: ${{ secrets.SEMGREP_PUBLISH_TOKEN }} | ||
|
@@ -24,3 +33,4 @@ jobs: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | ||
OTHER_TA_REQUIRED_CONFIGS: ${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} | ||
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }} | ||
{% endraw %} |
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
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