From 5367bcb2f1d6ddbf7de4e69cde3e859972bbef01 Mon Sep 17 00:00:00 2001 From: dtinth-bot Date: Thu, 2 Feb 2023 09:14:05 +0000 Subject: [PATCH] Apply repository policies --- .gitattributes | 3 +++ .github/workflows/publish.yml | 2 ++ .gitignore | 1 + 3 files changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6f9436d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.md text +*.png binary +*.jpg binary diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e066aa1..30a6849 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,8 @@ jobs: release: name: Release runs-on: ubuntu-20.04 + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.gitignore b/.gitignore index 2aecf62..a972f84 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ node_modules temp tmp .DS_Store +.data