Skip to content

Commit

Permalink
permission
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jan 20, 2023
1 parent f130864 commit 6a30bbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: write
jobs:
linter:
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: write
jobs:
release:
name: Create Release
Expand Down

0 comments on commit 6a30bbb

Please sign in to comment.