File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1414 # The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
1515 copilot-setup-steps :
1616 runs-on : ubuntu-latest
17- environment : demo
1817
1918 # Set the permissions to the lowest permissions possible needed for your steps.
2019 # Copilot will be given its own token for its operations.
5958 if [ $ERROR_COUNT -gt 0 ]; then
6059 echo ""
6160 echo "FATAL: $ERROR_COUNT required secret(s) missing."
62- echo "Please verify secrets are configured in the 'demo' environment."
63- echo "Go to: Settings → Environments → demo → Environment secrets"
61+ echo "Please verify secrets are configured as Repository secrets (not environment secrets) ."
62+ echo "Go to: Settings → Secrets and variables → Actions → Repository secrets"
6463 exit 1
6564 fi
6665
You can’t perform that action at this time.
0 commit comments