-
-
Notifications
You must be signed in to change notification settings - Fork 33
65 lines (63 loc) · 2.02 KB
/
trigger-dynamic-readme-update.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: trigger-dynamic-readme-update
on:
push:
branches:
- main
paths:
- templates/footer.md
jobs:
trigger-workflow-dispatch:
permissions:
actions: write
runs-on: ubuntu-latest
strategy:
matrix:
repository:
- thoughtbot/high_voltage
- thoughtbot/guides
- thoughtbot/administrate
- thoughtbot/shoulda-matchers
- thoughtbot/flightdeck
- thoughtbot/suspenders
- thoughtbot/shoulda-context
- thoughtbot/appraisal
- thoughtbot/clearance-i18n
- thoughtbot/gold_miner
- thoughtbot/capybara_accessibility_audit
- thoughtbot/upcase
- thoughtbot/ruby-science
- thoughtbot/terraform-flightdeck-aws-application
- thoughtbot/design-system
- thoughtbot/factory_bot_rails
- thoughtbot/factory_bot
- thoughtbot/ember-cli-rails
- thoughtbot/dotfiles
- thoughtbot/terraform-ses-domain-identity
- thoughtbot/stylelint-config
- thoughtbot/cloudformation-terraform-state-backend
- thoughtbot/humid
- thoughtbot/clearance
- thoughtbot/terraform-aws-secrets
- thoughtbot/yuri-ita
- thoughtbot/terraform-eks-cicd
- thoughtbot/terraform-s3-bucket
- thoughtbot/terraform-route-53-delegated-subdomain
- thoughtbot/eslint-config
- thoughtbot/rcm
- thoughtbot/fishery
- thoughtbot/terrapin
- thoughtbot/shoulda
- thoughtbot/laptop
- thoughtbot/resolved
- thoughtbot/climate_control
- thoughtbot/Curry
- thoughtbot/parity
- thoughtbot/testing-reusable-workflow
steps:
- name: Trigger Dynamic READMEs to be updated with templates
uses: benc-uk/workflow-dispatch@v1
with:
workflow: update-templates
repo: ${{ matrix.repository }}
token: ${{ secrets.PAT_TOKEN }}
ref: "main"