Skip to content

Commit 96da606

Browse files
committed
Add file
1 parent eb66ab3 commit 96da606

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/merge-and-sync-to-azure-hunting.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ jobs:
1212
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
1313
- name: Merge
1414
run: bash ./.github/workflows/merge.sh
15-
- name: Push
15+
- name: Push locally
16+
uses: emiliensocchi/actions@sync-to-remote-file
17+
env:
18+
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
19+
with:
20+
source_file: 'customqueries.json'
21+
destination_file: 'customqueries.json'
22+
destination_repo: 'emiliensocchi/azurehound-cipher-queries'
23+
user_email: '[email protected]'
24+
user_name: 'emiliensocchi'
25+
- name: Push remotely
1626
uses: emiliensocchi/actions@sync-to-remote-file
1727
env:
1828
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}

0 commit comments

Comments
 (0)