Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/update-cargo-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
env:
CARGO_TERM_COLOR: always

permissions:
contents: read

jobs:
update-cargo-lock:
name: Update Cargo.lock file
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-yarn-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
schedule:
- cron: "0 0 * * *"

permissions:
contents: read

jobs:
update-yarn-lock:
name: Update yarn.lock file
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish Relay VS Code Extension
on:
workflow_dispatch:

permissions:
contents: read

jobs:
vscode-release:
name: VSCode Extension Release
Expand Down