Skip to content

Commit 2f0e631

Browse files
committed
update all the workflows
1 parent acbe649 commit 2f0e631

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
permissions:
3232
# If you want to clone the repository as part of your setup steps, for example to install dependencies, you'll need the `contents: read` permission. If you don't clone the repository in your setup steps, Copilot will do this for you automatically after the steps complete.
3333
contents: read
34+
packages: read
3435

3536
# You can define any steps you want, and they will run before the agent starts.
3637
# If you do not check out your code, Copilot will do this for you.

.github/workflows/deps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ env:
1010
NODE_VERSION: 22.x
1111

1212
permissions:
13-
contents: read
1413
actions: read
14+
contents: read
15+
packages: read
1516

1617
concurrency:
1718
group: ${{ github.workflow }}-${{ github.ref }}

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)