Skip to content

Commit 7b568e9

Browse files
authored
Adds deploy attribution. (#18)
1 parent d2c0e1b commit 7b568e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/action.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/deploy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ async function execWithCredentials(
7272
},
7373
env: {
7474
...process.env,
75+
FIREBASE_DEPLOY_AGENT: 'action-hosting-deploy',
7576
GOOGLE_APPLICATION_CREDENTIALS: gacFilename, // the CLI will automatically authenticate with this env variable set
7677
},
7778
}

0 commit comments

Comments
 (0)