Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sehrish30 committed May 22, 2023
1 parent a3ad428 commit ff336c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions external-verification-service/resources/CodePipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CodePipeline:
Repo: !Ref GithubRepository
Branch: !Ref GithubBranch
PollForSourceChanges: false
OAuthToken: ${ssm:/secret/dev} # ${ssm:/secret/dev}
OAuthToken: ${env:GITHUB_TOKEN} # ${ssm:/secret/dev}
OutputArtifacts:
- Name: SourceCode
- Name: Build
Expand Down Expand Up @@ -137,7 +137,9 @@ CodeBuildProject:
Image: !Ref CodeBuildEnvironmentImage
EnvironmentVariables:
- Name: BUCKET_NAME
Value: qloudnet-dev
Value: ${env:BUCKET_NAME}
- Name: GITHUB_TOKEN
Value: ${env:GITHUB_TOKEN}

CodeBuildDevProject:
Type: AWS::CodeBuild::Project
Expand Down

0 comments on commit ff336c0

Please sign in to comment.