diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32646d3..6201bf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" } ]' \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 3a90eeb..c806e51 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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"}; /***/ }) diff --git a/package-lock.json b/package-lock.json index 629db34..074b981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dark-mechanicum/aws-codebuild", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dark-mechanicum/aws-codebuild", - "version": "1.0.5", + "version": "1.0.6", "license": "BSD-3-Clause", "dependencies": { "@actions/core": "^1.9.0", diff --git a/package.json b/package.json index 6b469ad..a5c9712 100644 --- a/package.json +++ b/package.json @@ -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", "main": "dist/index.js",