Skip to content

Commit 9aa60bd

Browse files
author
Shruti
committed
adding token permission to githu
1 parent c81d001 commit 9aa60bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push-to-airflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
name: Run push_to_airflow.sh
99
runs-on: ubuntu-latest
1010

11+
permissions:
12+
contents: 'read' # lets the workflow read our code
13+
id-token: 'write' # lets the workflow ask GitHub for a temporary token to log in to Google Cloud
14+
1115
steps:
1216
- name: Checkout repo
1317
uses: actions/checkout@v4

0 commit comments

Comments
 (0)