Skip to content

Commit

Permalink
Add perm and change env deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
qqMelon committed Nov 23, 2024
1 parent 7983dfd commit 3e7c034
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ env:
jobs:
release:
runs-on: ubuntu-latest
environment: Default
permissions:
contents: write
environment: release
steps:
- name: Clone project
uses: actions/checkout@v1
Expand Down

0 comments on commit 3e7c034

Please sign in to comment.