Skip to content

fix: add actions: write permission for artifact upload/download - #2472

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/nrl-docs-nvidia-publish-add-actions-write-permission-for
Open

fix: add actions: write permission for artifact upload/download#2472
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/nrl-docs-nvidia-publish-add-actions-write-permission-for

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

This PR addresses the following issue in .github/workflows/nrl-docs-nvidia-publish.yml: add actions: write permission for artifact upload/download.

Changes

  • .github/workflows/nrl-docs-nvidia-publish.yml: add actions: write permission for artifact upload/download.

Details

--- a/.github/workflows/nrl-docs-nvidia-publish.yml
+++ b/.github/workflows/nrl-docs-nvidia-publish.yml
@@ -1,2 +1,3 @@
-permissions:
-  contents: read
+permissions:
+  contents: read
+  actions: write

Tests

  • .github/workflows/nrl-docs-nvidia-publish.yml
No new test file is applicable for a GitHub Actions workflow permission change. Validation should be performed by inspecting the workflow file syntax and, ideally, running the workflow on a non-protected branch or fork to confirm the artifact upload and `publish-docs` download steps succeed without `Error: Resource not accessible by integration`.

Contributor guidelines

Per this repo's CONTRIBUTING.md:

  • All commits are signed off (Signed-off-by trailer, DCO).

Signed-off-by: awhite <awhite@acl-dgxh200-1.cm.cluster>
@andrewwhitecdw
andrewwhitecdw requested review from a team as code owners August 13, 2026 00:10
@andrewwhitecdw
andrewwhitecdw requested a review from edknv August 13, 2026 00:10
@copy-pr-bot

copy-pr-bot Bot commented Aug 13, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@greptile-apps

greptile-apps Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Too many files changed for review (257 files, 100 file limit).

Bypass the limit by tagging @greptile-apps to review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant