Skip to content

Commit

Permalink
Remove permission
Browse files Browse the repository at this point in the history
  • Loading branch information
shub-kris committed Feb 20, 2024
1 parent 34b4af3 commit 16b7f93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
build-push-image-job:
name: Build and Push Docker Image to GCP Artifact Registry
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'

steps:
- id: 'auth'
name: 'Authenticate with Google Cloud'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
test-reusable-workflow:
uses: ./.github/workflows/build-push-image.yml
permissions:
contents: 'read'
id-token: 'write'
with:
region: us-central1
dockerfile_path: ./containers/pytorch/training/gpu/2.1/transformers/4.37.2/py310/Dockerfile
Expand Down

0 comments on commit 16b7f93

Please sign in to comment.