Skip to content

Commit

Permalink
ci: explicit permissions, clean galaxy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Feb 18, 2023
1 parent 3a96b21 commit 10711a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
tags:
- '*'

permissions: {}

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,11 +18,6 @@ jobs:
uses: actions/checkout@v3
with:
path: juju4.auditd
release:
runs-on: ubuntu-latest
needs:
- build
steps:
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: lint
on:
push:
pull_request:
workflow_dispatch:

permissions: {}

jobs:
build:
Expand Down

0 comments on commit 10711a2

Please sign in to comment.