Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 81e2161

Browse files
authored
fix readme
1 parent 6727142 commit 81e2161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This GitHub Action can be used within your workflows to create new passwords for
77
Before you can use this Action, you'll need to configure a service token that has permission to create branches on your database. Refer to our docs on [how to create a service token](https://planetscale.com/docs/concepts/service-tokens) for more details. Once the service token has been created, the following repository secrets must also be set:
88

99
- `PLANETSCALE_SERVICE_TOKEN_ID`
10-
- `PLANETSCALE_SERVICE_TOKEN_ID`
10+
- `PLANETSCALE_SERVICE_TOKEN`
1111

1212
These values will be used to authenticate to the PlanetScale service.
1313

@@ -37,7 +37,7 @@ jobs:
3737
name: mynewpassword
3838
env:
3939
PLANETSCALE_SERVICE_TOKEN_ID: ${{ secrets.PLANETSCALE_SERVICE_TOKEN_ID }}
40-
PLANETSCALE_SERVICE_TOKEN_ID: ${{ secrets.PLANETSCALE_SERVICE_TOKEN_ID }}
40+
PLANETSCALE_SERVICE_TOKEN: ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}
4141
- name: Get the new credentials
4242
run: |
4343
echo "Hostname: ${{ steps.create_password.outputs.hostname }}" \

0 commit comments

Comments
 (0)