From ed1f37a5c59ddc17b98aeda5937101282d49f612 Mon Sep 17 00:00:00 2001 From: AngrySoundTech Date: Fri, 27 Oct 2023 11:07:06 -0400 Subject: [PATCH] Add github token --- containers/.github/workflows/update-plugin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/.github/workflows/update-plugin.yml b/containers/.github/workflows/update-plugin.yml index 0bf6e9ede..af8133f5c 100644 --- a/containers/.github/workflows/update-plugin.yml +++ b/containers/.github/workflows/update-plugin.yml @@ -7,6 +7,8 @@ on: description: The plugin from this organization to update required: true type: string +env: + GH_TOKEN: ${{ github.token }} jobs: update_plugin: