Skip to content

Commit

Permalink
ci: update deno permissions to short hand
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Jan 27, 2025
1 parent 2a18513 commit 9bfdb99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
4. Event Type - set to issue event type
5. PAT
#>
deno run `
--allow-net `
deno run -N `
"$scriptUrl" `
"${{ vars.PROJECT_NAME }}" `
"$issueNumber" `
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sync-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
4. Event Type - set to pull request event type
5. PAT
#>
deno run `
--allow-net --allow-read `
deno run -RN `
"$scriptUrl" `
"${{ vars.ORGANIZATION_NAME }}" `
"${{ vars.PROJECT_NAME }}" `
Expand Down

0 comments on commit 9bfdb99

Please sign in to comment.