Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys committed Feb 7, 2024
1 parent a9362cf commit 8aa5be7
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 @@ -13,7 +13,7 @@ steps:
- uses: fiberplane/sync-templates@v1
with:
api-token: ${{ secrets.FP_TOKEN }} # it is best practice to keep your secrets in GitHub Secrets
workspace-id: ${{ secrets.FP_WORKSPACE_ID }}
workspace-id: <your_workspace_id> # you can look it up with: fp workspaces list
```
The `sync-templates` action accepts the following inputs:
Expand Down

0 comments on commit 8aa5be7

Please sign in to comment.