commit d954964140a8c0485f785d4ff803588878e95d85 parent f93da92bbd1694b4e838221dfe2def4bc38431cc Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Jan 2023 21:53:37 +0100 Fix token permissions Diffstat:
| M | .github/workflows/deploy.yml | | | 15 | ++++++++++++++- |
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -1,5 +1,18 @@ name: Build and Deploy -permissions: read-all +permissions: + actions: none + checks: none + contents: write + deployments: none + id-token: none + issues: none + discussions: none + packages: none + pages: none + pull-requests: none + repository-projects: none + security-events: none + statuses: none on: push: branches: [main]