Skip to content

Commit a209544

Browse files
Update transform-tokens.yml
1 parent e9dac42 commit a209544

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/transform-tokens.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name: Transform tokens send from figma
33
# this triggers the action when a post to "https://api.github.com/repos/:username/:repo/dispatches" comes in
44
on:
5-
[push, pull_request]
5+
repository_dispatch:
6+
# and the event_type property from the request body is 'update-tokens'
7+
types: update-tokens
68
# the following defines the jon that is run if the above is true
79
jobs:
810
build:

0 commit comments

Comments
 (0)