Skip to content

Commit 831319f

Browse files
committed
chore: Grant read permissions to action
1 parent c44a043 commit 831319f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-github-action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
permissions:
1313
contents: read
14-
actions: read
14+
actions: write
1515

1616
jobs:
1717
test-action:
@@ -31,5 +31,3 @@ jobs:
3131
confluence-root-page-id: '333418648'
3232
confluence-space-key: 'CTO'
3333
confluence-personal-access-token: ${{ secrets.CONFLUENCE_PAT }}
34-
env:
35-
DOCS_HOST: https://foo.testing.com

0 commit comments

Comments
 (0)