mirror of
https://github.com/0x5eal/wg-lua.git
synced 2025-01-05 19:09:09 +00:00
chore(actions): remove granular permissions on GITHUB_TOKEN
This commit is contained in:
parent
fa3b53ba9a
commit
b1bdc03815
1 changed files with 0 additions and 5 deletions
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
|
@ -5,11 +5,6 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- "**"
|
- "**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
|
|
Loading…
Reference in a new issue