Skip to content

Commit

Permalink
ci: Comment invalid permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Oct 29, 2024
1 parent 1932210 commit 4b2af47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Grant permissions to `GITHUB_TOKEN` for Google Cloud Workload Identity Provider
permissions:
contents: read
id-token: write
# id-token: write

outputs:
version: ${{ steps.docker-image-tag-from-ref.outputs.docker-image-tag }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/argilla-frontend.deploy-environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Deploy Argilla environment

on:

workflow_dispatch:
inputs:
image-name:
Expand Down Expand Up @@ -29,8 +28,8 @@ jobs:
# Grant permissions to `GITHUB_TOKEN` for Google Cloud Workload Identity Provider
permissions:
contents: read
id-token: write
pull-requests: write
# id-token: write
# pull-requests: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4b2af47

Please sign in to comment.