Skip to content

Commit

Permalink
maybe it has to be called GITHUB_TOKEN after all?
Browse files Browse the repository at this point in the history
  • Loading branch information
Juergen Rose committed Mar 13, 2024
1 parent 1acbdb8 commit 97130e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot-JavaFTD2XX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
distribution: 'zulu'
- name: Build with Maven and deploy
env:
GITHUB_TOKEN: "${{ secrets.maven-deploy }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: mvn -B -Dmaven.test.skip=true -P update-native-libs clean package install deploy

0 comments on commit 97130e6

Please sign in to comment.