diff --git a/README.md b/README.md index cd40eed..d82f9ac 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,14 @@ on: - '*.*.*' workflow_dispatch: +permissions: {} + jobs: auto-tag: name: Auto-tag runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Auto-tag uses: silverstripe/gha-auto-tag@v1