Skip to content

Commit

Permalink
--no-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Jan 5, 2024
1 parent f7a37e0 commit fc7ecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

# TODO Wait with posting until site is up?
- name: Post to Mastodon
run: deno run --allow-net --allow-read --allow-write --allow-env script/mastodon.ts
run: deno run --allow-net --allow-read --allow-write --allow-env --no-lock script/mastodon.ts
env:
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}

Expand Down

0 comments on commit fc7ecd2

Please sign in to comment.