Skip to content

Commit af7f9ef

Browse files
authored
Attempt to fix GHCR permissions issue (#3)
Metadata isn't pushed to GCHR properly, and it seems there is some sort of permissions issue. Trying out some additional permissions to see if that helps.
1 parent 5cde7d3 commit af7f9ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
permissions:
15+
contents: write
16+
id-token: read
1517
packages: write
1618

1719
steps:

0 commit comments

Comments
 (0)