Skip to content

Commit

Permalink
fix: repo token is itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Apr 18, 2024
1 parent e9f41da commit ec24104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-to-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo 'architectures-list=["amd64"]' >> $GITHUB_OUTPUT
release:
name: 🚢 Release to latest/candidate
name: 🚢 Release to snapcraft.io
needs: get-architectures
runs-on: ubuntu-latest
environment: "Candidate Branch"
Expand All @@ -58,7 +58,7 @@ jobs:
channel: ${{ steps.get_channel.outputs.channel }}
architecture: ${{ matrix.architecture }}
launchpad-token: ${{ secrets.LP_BUILD_SECRET }}
repo-token: ${{ secrets.SNAPCRAFTERS_BOT_COMMIT }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
store-token: ${{ secrets.SNAP_STORE_CANDIDATE }}

call-for-testing:
Expand Down

0 comments on commit ec24104

Please sign in to comment.