We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebccca commit d803715Copy full SHA for d803715
1 file changed
.github/workflows/build.yml
@@ -28,6 +28,10 @@ jobs:
28
id: generate-token
29
uses: actions/create-github-app-token@v2
30
with:
31
+ owner: flarialmc
32
+ repositories: |
33
+ bootstrapper
34
+ newcdn
35
app-id: ${{ secrets.APP_ID }}
36
private-key: ${{ secrets.PRIVATE_KEY }}
37
0 commit comments