fix(aio): ensure NGBUILDS_IO_KEY
is not printed
Gaining access to another PR's JWT, would allow faking that PR's author wrt to GitHub team membership verification for as long as the JWT is valid (currently 90 mins).
This commit is contained in:

committed by
Chuck Jazdzewski

parent
e40f81b564
commit
fd34a58e13
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eux -o pipefail
|
||||
# WARNING: NGBUILDS_IO_KEY should NOT be printed.
|
||||
set +x -eu -o pipefail
|
||||
|
||||
|
||||
INPUT_DIR=dist/
|
||||
|
Reference in New Issue
Block a user