diff --git a/.github/workflows/content-artifacts.yml b/.github/workflows/content-artifacts.yml index 41a64f728..fc8311d7c 100644 --- a/.github/workflows/content-artifacts.yml +++ b/.github/workflows/content-artifacts.yml @@ -19,6 +19,9 @@ jobs: validate-and-publish-content: name: Content Validation Checking, Conversion and Validation runs-on: ubuntu-20.04 + permissions: + contents: read + packages: write steps: - uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 with: @@ -53,3 +56,4 @@ jobs: commit_user_name: OSCAL GitHub Actions Bot commit_user_email: oscal@nist.gov commit_author: OSCAL GitHub Actions Bot + - name: Publish OCI Container Image