Skip to content

Commit 4df791c

Browse files
committed
fix: fix action
fix action
1 parent dac5a65 commit 4df791c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717

1818
push:
1919
runs-on: ubuntu-latest
20-
permissions:
21-
package: write
22-
contents: read
20+
# permissions:
21+
# package: write
22+
# contents: read
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)