Skip to content

Commit

Permalink
.github/workflows/build.yml: removing permissions set
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rhard committed May 22, 2024
1 parent 702f728 commit 7385895
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
- .trunk
workflow_dispatch: {}

permissions:
contents: read
packages: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Fork from [chuckcharlie/docker-cups-airprint](https://github.com/chuckcharlie/cu
### Example run command

```sh
docker run --name cups --restart unless-stopped --net host\
docker run --name cups --restart unless-stopped --net host \
-v <your services dir>:/services \
-v <your config dir>:/config \
-e CUPSADMIN="<username>" \
Expand Down

0 comments on commit 7385895

Please sign in to comment.