From b78b1b665e20d3636013231bfe1635fa67a7d866 Mon Sep 17 00:00:00 2001 From: "tier4-autoware-private-bot[bot]" <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 07:49:08 +0000 Subject: [PATCH] chore: sync files (#776) * 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 Co-authored-by: Hiroki OTA --- .github/workflows/pre-commit-ansible.yaml | 12 ++++++++++++ .github/workflows/setup-local-dev-env.yaml | 12 ++++++++++++ ansible-galaxy-requirements.yaml | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-ansible.yaml b/.github/workflows/pre-commit-ansible.yaml index 2de37e26ef95d..cf8dfed260093 100644 --- a/.github/workflows/pre-commit-ansible.yaml +++ b/.github/workflows/pre-commit-ansible.yaml @@ -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 diff --git a/.github/workflows/setup-local-dev-env.yaml b/.github/workflows/setup-local-dev-env.yaml index d324c0b5be1af..7b6965f69169e 100644 --- a/.github/workflows/setup-local-dev-env.yaml +++ b/.github/workflows/setup-local-dev-env.yaml @@ -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 diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml index 7ebfee8286595..9175c234e09f8 100644 --- a/ansible-galaxy-requirements.yaml +++ b/ansible-galaxy-requirements.yaml @@ -4,4 +4,4 @@ collections: - name: https://github.com/autowarefoundation/autoware.git#/ansible type: git - version: 56470d5183e5e6c077fa9e6f93d32acffc87b271 + version: 12185e19134621d18dddf6775c3de82c2015a393