Skip to content

Commit

Permalink
ci: try bypassing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 18, 2024
1 parent d5e25ec commit dfb5f05
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,19 @@ jobs:
name: Autogenerate
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
needs:
- test
# needs:
# - test
permissions:
contents: write
steps:
- uses: actions/create-github-app-token@v1
id: autogenerated
with:
app-id: 1090539
private-key: ${{ secrets.AUTOGENERATED_CONTENT_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
token: ${{ steps.autogenerated.outputs.token }}
- uses: denoland/setup-deno@v2
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit dfb5f05

Please sign in to comment.