You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid workflow file: .github/workflows/aws.yml#L126
The workflow is not valid. .github/workflows/aws.yml (Line: 126, Col: 23): A sequence was not expected .github/workflows/aws.yml (Line: 127, Col: 21): A sequence was not expected
The text was updated successfully, but these errors were encountered:
Hi I am using your action as below, and added permission of EC2 Describe Subnets and Describe SecurityGroups still i am getting error as Unauthorized access
I am unable to run task, below is the error details
Run fargate task
Fetch network settings
UnauthorizedOperation: You are not authorized to perform this operation.
at Request.extractError (/home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:12164:35)
at Request.callListeners (/home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:11138:20)
at Request.emit (/home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:11110:10)
at Request.emit (/home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:10483:14)
at Request.transition (/home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:9819:10)
at AcceptorStateMachine.runTo (/home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:13270:12)
at /home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:13282:10
at Request. (/home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:9835:9)
at Request. (/home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:10485:12)
at Request.callListeners (/home/runner/work/_actions/zamarawka/aws-run-fargate-task/v1/dist/index.js:11148:18) {
code: 'UnauthorizedOperation',
Hi I was trying to use the action as follows:
But I'm having the following error:
The text was updated successfully, but these errors were encountered: