Skip to content

Commit

Permalink
v1.0.6 (#14)
Browse files Browse the repository at this point in the history
* Added env variables for release verification GitHub Actions Job

* 1.0.6
  • Loading branch information
akazakou authored Jul 11, 2022
1 parent 2c12872 commit 01d3197
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
with:
projectName: 'testing-codebuild-logs'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
CODEBUILD__environmentVariablesOverride: '[
{ "name":"testEnvVar", "value":"Testing environment variable", "type": "PLAINTEXT" }
]'
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57524,7 +57524,7 @@ module.exports = JSON.parse('{"rules":{"*/*":{"endpoint":"{service}.{region}.ama
/***/ ((module) => {

"use strict";
module.exports = {"i8":"1.0.5"};
module.exports = {"i8":"1.0.6"};

/***/ })

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-mechanicum/aws-codebuild",
"version": "1.0.5",
"version": "1.0.6",
"description": "GitHub Action to execute AWS CodeBuild jobs",
"author": "Andrei Kazakou<[email protected]>",
"main": "dist/index.js",
Expand Down

0 comments on commit 01d3197

Please sign in to comment.