Skip to content

Commit 70ad56c

Browse files
Fix permissions
1 parent 022e76d commit 70ad56c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/lifecycle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
path: "${{ github.repository }}"
2020
- name: Molecule for Ansible - lint
2121
uses: MonolithProjects/[email protected]
22-
env:
23-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2422
with:
2523
molecule_command: lint
2624

tasks/install_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
src: "./actions-runner-linux-{{ runner_version }}.tar.gz"
5151
dest: "{{ runner_dir }}/"
5252
owner: "{{ runner_user }}"
53-
mode: 0644
53+
mode: 0755
5454
tags:
5555
- install
5656

0 commit comments

Comments
 (0)