Skip to content

Commit

Permalink
chore: sync files (autowarefoundation#776)
Browse files Browse the repository at this point in the history
* chore: sync files

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update docker/README.md

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
  • Loading branch information
3 people authored Mar 29, 2024
1 parent 03020af commit b78b1b6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/pre-commit-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}

- name: Set git config
uses: autowarefoundation/autoware-github-actions/set-git-config@v1
with:
token: ${{ steps.generate-token.outputs.token }}

- name: Install Ansible Galaxy depends for ansible-lint
run: |
ansible-galaxy collection install -f -r ansible-galaxy-requirements.yaml
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/setup-local-dev-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}

- name: Set git config
uses: autowarefoundation/autoware-github-actions/set-git-config@v1
with:
token: ${{ steps.generate-token.outputs.token }}

- name: Run setup script
run: |
./setup-dev-env.sh -y -v local_dev_env
2 changes: 1 addition & 1 deletion ansible-galaxy-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ collections:

- name: https://github.com/autowarefoundation/autoware.git#/ansible
type: git
version: 56470d5183e5e6c077fa9e6f93d32acffc87b271
version: 12185e19134621d18dddf6775c3de82c2015a393

0 comments on commit b78b1b6

Please sign in to comment.