Skip to content

Commit fe3ca59

Browse files
author
Marat Akhmetov
committed
[DOP-23126] updated workflow condition for dynamic badge step
1 parent 98ebb05 commit fe3ca59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@ jobs:
142142

143143
- name: Dynamic Badges
144144
uses: schneegans/[email protected]
145+
if: github.repository == 'MobileTeleSystems/syncmaster' && github.event_name == 'push'
145146
with:
146-
auth: ${{ secrets.GIST_TOKEN }}
147+
auth: ${{ secrets.AUTOMERGE_TOKEN }}
147148
gistID: 03e73a82ecc4709934540ce8201cc3b4
148149
filename: syncmaster_badge.json
149150
label: Coverage

0 commit comments

Comments
 (0)