Skip to content

Commit

Permalink
chore: rename store file to store.fga.yaml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Nov 5, 2023
1 parent c1ed06c commit 7fa45a5
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
sudo dpkg -i ./fga-cli.deb
- name: Run the tests with the FGA CLI
run: fga model test --tests stores/${{matrix.store-name}}/store.yaml
run: fga model test --tests stores/${{matrix.store-name}}/store.fga.yaml
2 changes: 1 addition & 1 deletion stores/custom-roles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type asset
define view: [role#assignee] or comment or viewer from category
```

See the tuples and tests in the [store.yaml](./store.yaml) file.
See the tuples and tests in the [store.yaml](./store.fga.yaml) file.

## Try It Out

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stores/entitlements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type feature
define can_access: subscriber_member from associated_plan
```

See the tuples and tests in the [store.yaml](./store.yaml) file.
See the tuples and tests in the [store.yaml](./store.fga.yaml) file.

## Try It Out

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stores/expenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type report
define approver: can_manage from submitter
```

See the tuples and tests in the [store.yaml](./store.yaml) file.
See the tuples and tests in the [store.yaml](./store.fga.yaml) file.

## Try It Out

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stores/gdrive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type doc
define can_read: viewer or owner or viewer from parent
```

See the tuples and tests in the [store.yaml](./store.yaml) file.
See the tuples and tests in the [store.yaml](./store.fga.yaml) file.

## Try It Out

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stores/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type repo
define reader: [user, team#member] or triager or repo_reader from owner
```

See the tuples and tests in the [store.yaml](./store.yaml) file.
See the tuples and tests in the [store.yaml](./store.fga.yaml) file.

## Try It Out

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stores/iot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type device
define can_view_recorded_video: it_admin or security_guard
```

See the tuples and tests in the [store.yaml](./store.yaml) file.
See the tuples and tests in the [store.yaml](./store.fga.yaml) file.

## Try It Out

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stores/slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type channel
define commenter: [user,workspace#member] or writer
```

See the tuples and tests in the [store.yaml](./store.yaml) file.
See the tuples and tests in the [store.yaml](./store.fga.yaml) file.

## Try It Out

Expand Down
File renamed without changes.

0 comments on commit 7fa45a5

Please sign in to comment.