Skip to content

Commit

Permalink
fix: redeploy core
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Aug 8, 2023
1 parent 5cb181f commit 53076e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ import { GitHub } from '@refreshly/github';
Refreshly(
new AWS.Source({
key: myAwsAccessKeyId, // process.env.AWS_ACCESS_KEY_ID
key: myAwsSecretAccessKey, // process.env.AWS_SECRET_ACCESS_KEY
secretKey: myAwsSecretAccessKey, // process.env.AWS_SECRET_ACCESS_KEY
user: 'rain-ci',
prefix: 'CI_ONLY_',
targets: [
new GitHub.Target({
Expand Down
3 changes: 2 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ import { GitHub } from '@refreshly/github';
Refreshly(
new AWS.Source({
key: myAwsAccessKeyId, // process.env.AWS_ACCESS_KEY_ID
key: myAwsSecretAccessKey, // process.env.AWS_SECRET_ACCESS_KEY
secretKey: myAwsSecretAccessKey, // process.env.AWS_SECRET_ACCESS_KEY
user: 'rain-ci',
prefix: 'CI_ONLY_',
targets: [
new GitHub.Target({
Expand Down

0 comments on commit 53076e9

Please sign in to comment.