aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-12-22 15:37:07 -0500
committerXe Iaso <me@xeiaso.net>2024-12-22 15:37:22 -0500
commitd054343791b6aaae0bd6831c0fc4b4b3d70fdd4e (patch)
tree223e78188abca0e5fa4308ce7fc4c91532982992 /.github/workflows
parentd7f3338b7aaf7ae2a47c4df298c4aa60f0d2398c (diff)
downloadx-d054343791b6aaae0bd6831c0fc4b4b3d70fdd4e.tar.xz
x-d054343791b6aaae0bd6831c0fc4b4b3d70fdd4e.zip
fix?????
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go-generate.yml1
-rw-r--r--.github/workflows/go.yml5
2 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/go-generate.yml b/.github/workflows/go-generate.yml
index 1f282d4..a342330 100644
--- a/.github/workflows/go-generate.yml
+++ b/.github/workflows/go-generate.yml
@@ -7,6 +7,7 @@ on:
permissions:
pull-requests: write
contents: write
+ actions: write
jobs:
regenerate:
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index cb0e757..f4fa281 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -6,8 +6,11 @@ on:
pull_request:
branches: [ "master" ]
-jobs:
+permissions:
+ contents: read
+ actions: write
+jobs:
build:
runs-on: alrest-x
steps: