Skip to content

Commit 20358b8

Browse files
committed
Update service to service account in step name
1 parent 5bfa391 commit 20358b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/authenticate_with_oidc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
echo "export CLOUDSMITH_ORGANISATION=\"financial-times\"" >> "$BASH_ENV"
1717
fi
1818
- run:
19-
name: Configure Cloudsmith service
19+
name: Configure Cloudsmith service account
2020
command: |
2121
echo "export CLOUDSMITH_SERVICE_IDENTIFIER=\"<<parameters.service_identifier>>\"" >> "$BASH_ENV"
2222
- run:

0 commit comments

Comments
 (0)