Skip to content

Commit

Permalink
Add permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heshammourad authored Oct 2, 2024
1 parent 584aba5 commit c0b8eaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches: [master]

env:
PROJECT_ID: ${{ vars.PROJECT_ID }}
REGION: 'us-east1' # TODO: update to your region

jobs:
deploy:
runs-on: 'ubuntu-latest'

permissions:
contents: 'read'
id-token: 'write'

steps:
- name: 'Checkout'
uses: 'actions/checkout@v4'
Expand Down

0 comments on commit c0b8eaa

Please sign in to comment.