Skip to content

Commit c84592b

Browse files
authored
Merge pull request #398 from firebase/lsc-1771432029.0947726
Refactor Github Action per b/485167538
2 parents c60708d + bf70fe1 commit c84592b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
chmod 0600 $HOME/.gem/credentials
3131
printf -- "---\n:rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}\n" > $HOME/.gem/credentials
3232
gem build *.gemspec
33-
gem push *.gem --otp ${{ inputs.rubygems_otp_token }}
33+
gem push *.gem --otp ${INPUTS_RUBYGEMS_OTP_TOKEN}
34+
env:
35+
INPUTS_RUBYGEMS_OTP_TOKEN: ${{ inputs.rubygems_otp_token }}

0 commit comments

Comments
 (0)