We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dac42 commit a209544Copy full SHA for a209544
.github/workflows/transform-tokens.yml
@@ -2,7 +2,9 @@
2
name: Transform tokens send from figma
3
# this triggers the action when a post to "https://api.github.com/repos/:username/:repo/dispatches" comes in
4
on:
5
- [push, pull_request]
+ repository_dispatch:
6
+ # and the event_type property from the request body is 'update-tokens'
7
+ types: update-tokens
8
# the following defines the jon that is run if the above is true
9
jobs:
10
build:
0 commit comments