Skip to content

Commit 7807631

Browse files
committed
add permissions to GITHUB_TOKEN to read gists
1 parent adb1072 commit 7807631

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
name: Test
3838
runs-on: ubuntu-latest
3939

40+
permissions:
41+
contents: read
42+
gists: read
43+
4044
steps:
4145
- uses: actions/checkout@v4
4246
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)