Skip to content

Commit 43983fb

Browse files
committed
🏗 Refactor CI/CD
1 parent b1176ec commit 43983fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
branches: [main]
77
workflow_dispatch:
88
permissions:
9-
users: ["${{ github.repository_owner }}"]
9+
users:
10+
- ${{ github.repository_owner }}
1011

1112

1213
jobs:

0 commit comments

Comments
 (0)