From 47ee9ead3ed823b1fcdf8da008d909a7a769d7ef Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:01:06 -0500 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 48e917a..fd646f7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,6 +6,11 @@ on: - main workflow_dispatch: +permissions: + # Give the default GITHUB_TOKEN write permission to commit and push the + # added or changed files to the repository. + contents: write + jobs: Test-GitHub-Actions: runs-on: ubuntu-latest @@ -27,8 +32,6 @@ jobs: cmd: build - uses: ./ - with: - username: lukehagar env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} # with: