From a848cf0bcb8cd02a1757882576889d56ec576d3e Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Sat, 25 Jun 2022 02:36:17 -0400 Subject: [PATCH] Fix unformatted files --- README.md | 8 ++++---- integration/index.html | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f22dfc077..6cd1e1404 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ You can view an example of this below. ```yml name: Build and Deploy on: [push] -permissions: +permissions: contents: write jobs: build-and-deploy: @@ -97,7 +97,7 @@ It's recommended that you use [Dependabot](https://docs.github.com/en/code-secur If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentailly run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. ```yml -permissions: +permissions: contents: write ``` @@ -269,7 +269,7 @@ If you're using an operating system such as [Windows](https://www.microsoft.com/ ```yml name: Build and Deploy on: [push] -permissions: +permissions: contents: write jobs: build: @@ -338,7 +338,7 @@ If you're using a custom domain and require a `CNAME` file, or if you require th ```yml name: Build and Deploy -permissions: +permissions: contents: write on: push: diff --git a/integration/index.html b/integration/index.html index 024fc79a4..d427f0c96 100644 --- a/integration/index.html +++ b/integration/index.html @@ -1,12 +1,13 @@ - + Integration Test