Skip to content

Commit

Permalink
chore: remove errant environment variable GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Jan 9, 2024
1 parent 7b6f251 commit 6aeb29c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/package-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ jobs:
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.5 sh
- name: Build Individual SDK(s)
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: |
dagger run go run ./build --languages=${{ inputs.sdk }} --push=true

0 comments on commit 6aeb29c

Please sign in to comment.