diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 12b334b..c0d4e03 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,9 +17,6 @@ jobs: ci: name: CI runs-on: ubuntu-latest - permissions: - contents: read - packages: write steps: - name: Checkout uses: actions/checkout@v2 @@ -27,8 +24,7 @@ jobs: - name: Refresh module hashsums run: make tidy - name: Build - run: | - make build + run: make build env: VERSION: latest diff --git a/action.yaml b/action.yaml index 3a4d5ac..a61c3c9 100644 --- a/action.yaml +++ b/action.yaml @@ -50,4 +50,4 @@ outputs: description: The status of the approval ("approved" or "denied") runs: using: docker - image: docker://ghcr.io/trstringer/manual-approval:latest + image: docker://ghcr.io/trstringer/manual-approval:1.9.1