Skip to content

Commit 4d658b8

Browse files
Add KBs (#1899)
1 parent 934296f commit 4d658b8

File tree

9 files changed

+47
-0
lines changed

9 files changed

+47
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Add To GitHub projects
2+
github-token:
3+
action-input:
4+
input: github-token
5+
is-default: false
6+
permissions:
7+
repository-projects: write
8+
repository-projects-reason: to assign issues and PRs to repo project
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Delete Package Versions
2+
github-token:
3+
action-input:
4+
input: token
5+
is-default: true
6+
permissions:
7+
packages: write
8+
packages-reason: to delete packages
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: 'Setup protoc'
2+
# GITHUB_TOKEN only used to prevent throttling
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Changesets
2+
github-token:
3+
environment-variable-name: GITHUB_TOKEN
4+
permissions:
5+
pull-requests: write
6+
pull-requests-reason: to create PRs # https://github.com/changesets/action/issues/220#issuecomment-1272514354
7+
contents: write
8+
contents-reason: to push to the repo # https://github.com/changesets/action/issues/220#issuecomment-1272514354
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: 'Semantic Release Action'
2+
github-token:
3+
environment-variable-name: GITHUB_TOKEN
4+
is-default: false
5+
permissions:
6+
contents: write
7+
contents-reason: to create release tags
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: 'Setup AWS cli' # isbang/setup-awscli
2+
# GITHUB_TOKEN not used
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: 'mdBook Action'
2+
# GITHUB_TOKEN not used
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: 'Version Visual Studio SDK projects' # roryprimrose/set-vs-sdk-project-version
2+
# GITHUB_TOKEN not used
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: "Wait for secrets"
2+
github-token:
3+
action-input:
4+
input: token
5+
is-default: true
6+
permissions:
7+
id-token: write
8+
id-token-reason: to authenticate Action to API

0 commit comments

Comments
 (0)