Skip to content

Commit e41bf78

Browse files
committed
add permission to use gh action token
1 parent 000318b commit e41bf78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_bq_auth.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ env:
1010
jobs:
1111
create-tables:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: 'read'
15+
id-token: 'write'
1316
steps:
1417
- name: Check out repository code
1518
uses: actions/checkout@v3

0 commit comments

Comments
 (0)