diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml deleted file mode 100644 index 6c56d26..0000000 --- a/.github/workflows/galaxy.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: 🌌 Galaxy import - -on: - push: - branches: - - master - release: - types: - - published - -jobs: - import: - name: 🚀 Galaxy Action - runs-on: ubuntu-latest - steps: - - name: checkout - uses: actions/checkout@v2 - - name: galaxy - uses: robertdebock/galaxy-action@1.1.0 - with: - galaxy_api_key: ${{ secrets.GALAXY_API_KEY }} diff --git a/tasks/main.yml b/tasks/main.yml index 2396a73..c389350 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -8,6 +8,7 @@ dest: /tmp/test group: "{{ restic_archiver__dir_owner }}" owner: "{{ restic_archiver__dir_group }}" + mode: 0700 no_log: true