Skip to content

Commit e0dad28

Browse files
committed
copy grant config
1 parent 332f361 commit e0dad28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
shell: bash
4040
steps:
4141
- &init_tool_versions
42-
name: copy .tool-versions
42+
name: copy .tool-versions and .grant.yaml from devcontainer user to runner home directory
4343
run: |
4444
cp /home/vscode/.tool-versions "$HOME/.tool-versions"
45+
cp /home/vscode/.grant.yaml "$HOME/.grant.yaml"
4546
4647
- &checkout
4748
name: Checkout code

0 commit comments

Comments
 (0)