Skip to content

Commit

Permalink
Adds deploy attribution. (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbleigh authored Sep 9, 2020
1 parent d2c0e1b commit 7b568e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/action.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async function execWithCredentials(
},
env: {
...process.env,
FIREBASE_DEPLOY_AGENT: 'action-hosting-deploy',
GOOGLE_APPLICATION_CREDENTIALS: gacFilename, // the CLI will automatically authenticate with this env variable set
},
}
Expand Down

0 comments on commit 7b568e9

Please sign in to comment.