Skip to content

Commit a05fd9a

Browse files
ci: add explicit contents:read permission to download_release_assets job
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent b6990d1 commit a05fd9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
name: Download Release Assets
3434
runs-on: ubuntu-latest
3535
if: github.event_name == 'release'
36+
permissions:
37+
contents: read
3638
steps:
3739
- name: Download wheel and sdist from release
3840
env:

0 commit comments

Comments
 (0)