Skip to content

Commit 8096afa

Browse files
chore: Update GitHub Actions workflow to grant write permissions for issues (kubestellar#2230)
* chore: Update GitHub Actions workflow to grant write permissions for issues Signed-off-by: arpit529srivastava <[email protected]> * chore: Update feedback survey link in GitHub Actions workflow Signed-off-by: arpit529srivastava <[email protected]> * chore: Update feedback survey link in GitHub Actions workflow Signed-off-by: arpit529srivastava <[email protected]> --------- Signed-off-by: arpit529srivastava <[email protected]>
1 parent 101fa54 commit 8096afa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/feedback.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
pull-requests: write
13+
issues: write
1314
contents: read
1415

1516
steps:
@@ -24,4 +25,4 @@ jobs:
2425
We’d love to hear your thoughts to help improve KubeStellar.
2526
Please take a moment to fill out our short feedback survey:
2627
27-
https://forms.gle/WJ7N6ZVtp44D9NK79
28+
https://kubestellar.io/survey

0 commit comments

Comments
 (0)