Skip to content

Commit c94c42a

Browse files
fix: add issues:write permission to bootstrap workflow for label creation
Agent-Logs-Url: https://github.com/WarehouseFinds/PSScriptModule/sessions/74ba4e8e-1bb3-41b1-ac57-a2015272d347 Co-authored-by: marko-stanojevic <18008492+marko-stanojevic@users.noreply.github.com>
1 parent 85e3eb6 commit c94c42a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bootstrap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ permissions:
1414
# Need `contents: read` to checkout the repository.
1515
# Need `contents: write` to update the step metadata.
1616
contents: write
17+
# Need `issues: write` to create repository labels.
18+
issues: write
1719

1820
jobs:
1921
get_repo_state:

0 commit comments

Comments
 (0)