Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed May 11, 2023
1 parent a60dbd3 commit 75fbc00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/actions/verifier/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: 'Verify KubeBuilder PRs'
description: 'Verify PRs for the KubeBuilder project repos & similar'
inputs:
github_token:
description: "the github_token provided by the actions runner"
required: true
github-token:
action-input:
input: github-token
is-default: false
permissions:
checks: write
checks-reason: to create and update checks #Checkout: https://github.com/kubernetes-sigs/kubebuilder-release-tools/blob/01981b8498d7b87658301e2a1b12c56b8c61067d/verify/pkg/action/plugin.go#L88
pull-requests: read
pull-requests-reason: to get PR title

runs:
using: docker
image: '../../../Dockerfile'
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

permissions:
checks: write # Allow access to checks to write check runs.
checks-reason: to create and update checks #Checkout: https://github.com/kubernetes-sigs/kubebuilder-release-tools/blob/01981b8498d7b87658301e2a1b12c56b8c61067d/verify/pkg/action/plugin.go#L88
pull-requests: read
pull-requests-reason: to get PR title

jobs:
verify:
Expand Down

0 comments on commit 75fbc00

Please sign in to comment.