Skip to content

Commit 287a471

Browse files
committed
cahnged how the username is called
1 parent 6e10bba commit 287a471

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ env:
1212

1313
jobs:
1414
Push_Image:
15-
permissions:
16-
security-events: write
17-
contents: read
18-
id-token: write
19-
actions: read
15+
# permissions:
16+
# security-events: write
17+
# contents: read
18+
# id-token: write
19+
# actions: read
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout repository

0 commit comments

Comments
 (0)