Skip to content

Commit

Permalink
Merge pull request #5334 from KKoukiou/workflow-cockpituous-token-drop
Browse files Browse the repository at this point in the history
workflows: Drop COCKPITUOUS_TOKEN from trigger-webui.yml
  • Loading branch information
KKoukiou authored Nov 20, 2023
2 parents 45645d8 + fff30ae commit 1b433ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
run: |
git clone --depth=1 https://github.com/cockpit-project/bots
mkdir -p ~/.config/cockpit-dev
echo '${{ secrets.COCKPITUOUS_TOKEN }}' > ~/.config/cockpit-dev/github-token
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/cockpit-dev/github-token
bots/tests-trigger --repo ${{ github.repository }} ${{ github.event.number }} fedora-rawhide-boot/anaconda-pr-${{ github.event.number }}@rhinstaller/anaconda-webui

0 comments on commit 1b433ef

Please sign in to comment.