Skip to content

Commit

Permalink
doc: Fix inconsistent secrets handling. (#113)
Browse files Browse the repository at this point in the history
Fixes #111.
  • Loading branch information
rht authored Oct 13, 2023
1 parent 0d21375 commit 6324aff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ jobs:
id: archive
uses: zulip/zulip-archive@master
with:
zulip_organization_url: ${{ secrets.zulip_organization_url }}
zulip_bot_email: ${{ secrets.zulip_bot_email }}
zulip_bot_key: ${{ secrets.zulip_bot_key }}
zuliprc: ${{ secrets.ZULIPRC }}
# Using the GitHub Token that is provided automatically by GitHub Actions
# (no setup needed).
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6324aff

Please sign in to comment.