Skip to content

Commit

Permalink
ci: gh access token name change
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Jan 6, 2024
1 parent e027657 commit 051660f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries-on-ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: machulav/ec2-github-runner@v2
with:
mode: start
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
github-token: ${{ secrets.GH_AWS_CI_TOKEN }}
ec2-image-id: ${{ inputs.ami_id }}
ec2-instance-type: ${{ inputs.instance_type }}
subnet-id: ${{ secrets.AWS_SUBNET_ID }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: machulav/ec2-github-runner@v2
with:
mode: stop
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
github-token: ${{ secrets.GH_AWS_CI_TOKEN }}
label: ${{ needs.start-runner.outputs.label }}
ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }}

0 comments on commit 051660f

Please sign in to comment.