Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows/release-binaries-all: Add missing secret input #126921

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

tstellar
Copy link
Collaborator

Since d194c6b this workflow was missing the secret input which was causing it to fail.

Since d194c6b this workflow was missing
the secret inputw which was causing it to fail.
@llvmbot
Copy link
Member

llvmbot commented Feb 12, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

Since d194c6b this workflow was missing the secret input which was causing it to fail.


Full diff: https://github.com/llvm/llvm-project/pull/126921.diff

1 Files Affected:

  • (modified) .github/workflows/release-binaries-all.yml (+4)
diff --git a/.github/workflows/release-binaries-all.yml b/.github/workflows/release-binaries-all.yml
index d18b9b0b5c2ff..fd4694ebea32d 100644
--- a/.github/workflows/release-binaries-all.yml
+++ b/.github/workflows/release-binaries-all.yml
@@ -27,6 +27,10 @@ on:
         required: true
         default: false
         type: boolean
+    secrets:
+      RELEASE_TASKS_USER_TOKEN:
+        description: "Secret used to check user permissions."
+        required: false
 
   pull_request:
     types:

@tstellar tstellar merged commit a684e0e into llvm:main Feb 12, 2025
16 of 20 checks passed
flovent pushed a commit to flovent/llvm-project that referenced this pull request Feb 13, 2025
Since d194c6b this workflow was missing
the secret input which was causing it to fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants