diff options
| author | Factiven <[email protected]> | 2023-08-04 15:14:42 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-04 15:14:42 +0700 |
| commit | cdc9179bdd626a1f54a6f0c59382126baf4a84e9 (patch) | |
| tree | 6340411ccc110e88058892e6791ced57661a39de /.github/workflows | |
| parent | Update main.yml (diff) | |
| download | moopa-cdc9179bdd626a1f54a6f0c59382126baf4a84e9.tar.xz moopa-cdc9179bdd626a1f54a6f0c59382126baf4a84e9.zip | |
Update main.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57fbcc4..ff20968 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,8 @@ on: push: branches: - main - +permissions: + contents: write jobs: create_release: runs-on: ubuntu-latest |