Skip to content

Commit 3f97ddb

Browse files
committed
chore: update workflow permissions
1 parent f8bd1b6 commit 3f97ddb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Plugins - CD
22
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
3-
permissions: {}
3+
permissions:
4+
contents: read
5+
id-token: read
46

57
on:
68
workflow_dispatch:

.github/workflows/push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Plugins - CI
2-
permissions: {}
2+
permissions:
3+
contents: read
4+
id-token: write
35

46
on:
57
push:

0 commit comments

Comments
 (0)