試験GitHub-Actions トピック5 問題50 スレッド
GitHub GitHub-Actionsのリアル試験問題集
問題 #: 50
トピック #: 5
問題 #: 50
トピック #: 5
Your organization is managing secrets using GitHub encrypted secrets, including a secret named SuperSecret.
As a developer, you need to create a version of that secret that contains a different value for use in a workflow that is scoped to a specific repository named MyRepo. How should you store the secret to access your specific version within your workflow?
As a developer, you need to create a version of that secret that contains a different value for use in a workflow that is scoped to a specific repository named MyRepo. How should you store the secret to access your specific version within your workflow?
おすすめの解答:B 解答を投票する
To scope a secret to a specific repository, you can create a new secret with a name likeMyRepo_SuperSecretin thesecretssection of theMyReporepository's settings. This ensures that the secret is specific to that repository and can be used within its workflows.
Saito 2026-02-10 07:24:28
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。