Skip to content

Commit

Permalink
chore: test for removing the permissions for CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 22, 2023
1 parent 414d66e commit ec0cabf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/eoefans-api-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ env:
SENTRY_ORG: "eoefans"
SENTRY_PROJECT: "eoefans-api"

permissions:
contents: read
packages: read
# permissions:
# contents: read
# packages: read

jobs:

Deploy:
permissions:
contents: none
# permissions:
# contents: none

runs-on: [self-hosted, Linux]
environment:
Expand Down

0 comments on commit ec0cabf

Please sign in to comment.