diff options
author | TymanWasTaken <tyman@tyman.tech> | 2021-07-08 12:50:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 12:50:00 -0400 |
commit | 61fdf5d0834ee9d55d9a6a6b19474e1a8a687b7e (patch) | |
tree | 9f72f4d3136d90f696466bd73b72930feda869da | |
parent | 49c5ea3d6fe21a2490432d4fca2364c2242c2d6b (diff) | |
download | SkyblockHud-Death-Defied-61fdf5d0834ee9d55d9a6a6b19474e1a8a687b7e.tar.gz SkyblockHud-Death-Defied-61fdf5d0834ee9d55d9a6a6b19474e1a8a687b7e.tar.bz2 SkyblockHud-Death-Defied-61fdf5d0834ee9d55d9a6a6b19474e1a8a687b7e.zip |
Allow workflow to edit itself
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 216be62..7e097ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,8 @@ on: paths-ignore: - '.gitignore' workflow_dispatch: +permissions: + workflows: write jobs: build: runs-on: ubuntu-latest |