Skip to content

Commit

Permalink
Provide the public env variables in the GH workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Oct 1, 2024
1 parent 7a32947 commit c45794a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
push:
branches: ["main"]

# These are the IDs for https://github.com/organizations/w3ctag/settings/apps/w3c-tag-bot.
env:
APP_ID: "1013567"
CLIENT_ID: "Iv23liXTAsX4IYm9H6lc"

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c45794a

Please sign in to comment.