Modify permissions in cicd.yaml

Updated permissions for the CI/CD workflow.
This commit is contained in:
Swarup Sengupta
2025-11-29 02:16:41 +05:30
committed by GitHub
parent cb6d0d1831
commit 3079af3a27
+3 -4
View File
@@ -17,16 +17,15 @@ on:
- "true" - "true"
- "false" - "false"
permissions:
contents: read
packages: write
env: env:
DOCKERHUB_REPO: swarupsengupta2007/psiphon DOCKERHUB_REPO: swarupsengupta2007/psiphon
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps: steps:
- name: Checkout repository - name: Checkout repository