Skip to content

Commit cbfcf9e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
runs-on: ubuntu-latest
3939

4040
permissions:
41+
id-token: read
4142
contents: read
42-
gists: read
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)