We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb66ab3 commit 96da606Copy full SHA for 96da606
.github/workflows/merge-and-sync-to-azure-hunting.yml
@@ -12,7 +12,17 @@ jobs:
12
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
13
- name: Merge
14
run: bash ./.github/workflows/merge.sh
15
- - name: Push
+ - 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
26
uses: emiliensocchi/actions@sync-to-remote-file
27
env:
28
0 commit comments