We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e654f5 commit bd98f85Copy full SHA for bd98f85
.github/workflows/gametracking.yml
@@ -26,6 +26,8 @@ on:
26
required: true
27
STEAM_PASSWORD:
28
29
+ DISPATCH_TOKEN:
30
+ required: false
31
jobs:
32
gametracking-setup:
33
runs-on: ${{ inputs.run-on-windows && 'windows-latest' || 'ubuntu-latest' }}
@@ -116,6 +118,7 @@ jobs:
116
118
# Post-processing
117
119
120
- name: Dispatch sync to ValveProtobufs
121
+ if: ${{ secrets.DISPATCH_TOKEN }}
122
run: gh api repos/SteamTracking/Protobufs/dispatches -f event_type=sync
123
env:
124
GH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
0 commit comments