Skip to content
Discussion options

You must be logged in to vote

Self-answer

This stemmed from a very basic misunderstanding when using GitHub Actions for the first time.
In the Add Secret modal, the name was the key, and I needed to enter a value corresponding to that key.

I assumed the name in the Add Secret modal was the secret's name, so I entered the value in multiple lines, as shown below:

AWS_ROLE_TO_ASSUME: arn:aws:iam::
AWS_REGION: aa
S3_BUCKET_NAME: bb

Now that I've mapped the key-value pairs one by one, there's no problem.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@untangle-labs
Comment options

@Shreyash-SP80
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by untangle-labs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage Workflow Configuration Topics about workflow files, YAML setup, job dependencies, and general workflow configuration issues Misc General discussions about GitHub Actions that don't fit other found themes.
3 participants