Skip to content

Commit

Permalink
Set depot token
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Nov 12, 2023
1 parent a8148dc commit ae2befc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ jobs:

build-directly-optimized-arm-graviton:
runs-on: ubuntu-latest
# Set permissions if you're using OIDC token authentication.
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: depot/setup-action@v1
Expand All @@ -153,6 +149,7 @@ jobs:
uses: depot/build-push-action@v1
with:
project: 790k10m5qn
token: ${{ secrets.DEPOT_TOKEN }}
context: lambda-directly-optimized
file: lambda-directly-optimized/Dockerfile-arm-graviton
load: true
Expand Down

0 comments on commit ae2befc

Please sign in to comment.