Skip to content

Commit

Permalink
fix: separate out zuliprc into several secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Oct 9, 2024
1 parent d3dba83 commit 3a21d33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
id: archive
uses: zulip/zulip-archive@master
with:
zuliprc: ${{ secrets.ZULIPRC }}
zulip_organization_url: ${{ secrets.zulip_organization_url }}
zulip_bot_email: ${{ secrets.zulip_bot_email }}
zulip_bot_key: ${{ secrets.zulip_bot_key }}
github_token: ${{ secrets.GITHUB_TOKEN }}
# To keep the git history from ballooning, will overwrite the Git
# history in the repository, but keep all the content.
Expand Down

0 comments on commit 3a21d33

Please sign in to comment.