Skip to content

Commit

Permalink
secrets copy
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed May 30, 2024
1 parent 33c5b10 commit 019b3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following options must be configured in order to make a deployment. As shown

| Key | Value Information | Type| Required |
|----------|----------|----------|----------|
| jamsocket_api_token | Your API token for Jamsocket authentication, which you can generate in [Settings](https://app.jamsocket.com/settings) under Access Tokens. Store this API token as a [secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-encrypted-secrets). | `with` | Yes |
| jamsocket_api_token | Your API token for Jamsocket authentication, which you can generate in [Settings](https://app.jamsocket.com/settings) under Access Tokens. Store this API token as a [secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-encrypted-secrets) in your repository's Settings page under Security > Secrets and variables > Actions > Repository secrets. | `with` | Yes |
| jamsocket_account | The name of your Jamsocket account, which can be found in [Settings](https://app.jamsocket.com/settings) under Account > name. | `with`| Yes |
| jamsocket_service | The name of the Jamsocket service you are pushing your code to. | `with` | Yes |
| docker_build_context | The path to the directory that your [Docker build should access](https://docs.docker.com/build/building/context/). This is often the directory the Dockerfile is in. | `with` | Yes |
Expand Down

0 comments on commit 019b3fa

Please sign in to comment.