Add explicit permissions for GITHUB_TOKEN for package access

This commit is contained in:
perfectra1n
2024-09-12 10:42:47 -07:00
committed by GitHub
parent 93ce81b355
commit 419756d19e

View File

@@ -17,8 +17,11 @@ env:
IMAGE_NAME: ${{ github.repository_owner }}/notes
TEST_TAG: ${{ github.repository_owner }}/notes:test
jobs:
permissions:
contents: read
packages: write
jobs:
test_docker:
name: Check Docker build
runs-on: ubuntu-latest