Skip to content

Commit

Permalink
add fixme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Oct 12, 2024
1 parent ae84d88 commit c67f086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-go-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
args: release --clean ${{ inputs.dry-run && '--snapshot' || '' }}
env:
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
TAP_GITHUB_TOKEN: "${{ secrets.GHCR_RW_TOKEN }}"
TAP_GITHUB_TOKEN: "${{ secrets.GHCR_RW_TOKEN }}" # FIXME: maybe figure out how to make this work with the github app token...

0 comments on commit c67f086

Please sign in to comment.