Skip to content

Commit 269bbec

Browse files
Bootstrap manager website update workflow
0 parents  commit 269bbec

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Listener Manager Update Website
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
contents: read
8+
id-token: write
9+
10+
jobs:
11+
call:
12+
uses: naavilam/github-infra-templates/.github/workflows/manager-website-update.yml@main
13+
with:
14+
org: ${{ github.repository_owner }}
15+
secrets:
16+
PROVISIONER_APP_ID: ${{ vars.PROVISIONER_APP_ID }}
17+
PROVISIONER_PRIVATE_KEY_PEM: ${{ secrets.PROVISIONER_PRIVATE_KEY_PEM }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

0 commit comments

Comments
 (0)