File tree Expand file tree Collapse file tree
get-statement-with-attachment
post-statement-with-attachment
xapi-model-spring-boot-starter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,19 @@ jobs:
5555 echo "target_branch=${TARGET}" >> $GITHUB_OUTPUT
5656 echo "Target branch: $TARGET"
5757
58+ - name : Generate GitHub App Token
59+ id : generate_token
60+ uses : actions/create-github-app-token@v1
61+ with :
62+ app-id : ${{ secrets.APP_ID }}
63+ private-key : ${{ secrets.APP_PRIVATE_KEY }}
64+
5865 - name : Checkout repository
5966 uses : actions/checkout@v3
6067 with :
6168 ref : ${{ steps.target_branch.outputs.target_branch }}
6269 fetch-depth : 0
63- token : ${{ secrets.GITHUB_TOKEN }}
70+ token : ${{ steps.generate_token.outputs.token }}
6471
6572 - name : Delete user-created tag
6673 run : |
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >dev.learning.xapi</groupId >
1111 <artifactId >xapi-build</artifactId >
12- <version >1.1.17 -SNAPSHOT</version >
12+ <version >1.1.18 -SNAPSHOT</version >
1313 <packaging >pom</packaging >
1414 <name >xAPI Build</name >
1515 <description >learning.dev xAPI Build</description >
270270 <dependency >
271271 <groupId >dev.learning.xapi</groupId >
272272 <artifactId >xapi-model</artifactId >
273- <version >1.1.17 -SNAPSHOT</version >
273+ <version >1.1.18 -SNAPSHOT</version >
274274 </dependency >
275275 <dependency >
276276 <groupId >dev.learning.xapi</groupId >
277277 <artifactId >xapi-model-spring-boot-starter</artifactId >
278- <version >1.1.17 -SNAPSHOT</version >
278+ <version >1.1.18 -SNAPSHOT</version >
279279 </dependency >
280280 <dependency >
281281 <groupId >dev.learning.xapi</groupId >
282282 <artifactId >xapi-client</artifactId >
283- <version >1.1.17 -SNAPSHOT</version >
283+ <version >1.1.18 -SNAPSHOT</version >
284284 </dependency >
285285 <dependency >
286286 <groupId >io.jsonwebtoken</groupId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.learning.xapi.samples</groupId >
66 <artifactId >xapi-samples-build</artifactId >
7- <version >1.1.17 -SNAPSHOT</version >
7+ <version >1.1.18 -SNAPSHOT</version >
88 </parent >
99 <artifactId >core</artifactId >
1010 <name >xAPI Samples Core</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.learning.xapi.samples</groupId >
66 <artifactId >xapi-samples-build</artifactId >
7- <version >1.1.17 -SNAPSHOT</version >
7+ <version >1.1.18 -SNAPSHOT</version >
88 </parent >
99 <artifactId >delete-activity-profile</artifactId >
1010 <name >Delete xAPI Activity Profile Sample</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.learning.xapi.samples</groupId >
66 <artifactId >xapi-samples-build</artifactId >
7- <version >1.1.17 -SNAPSHOT</version >
7+ <version >1.1.18 -SNAPSHOT</version >
88 </parent >
99 <artifactId >delete-agent-profile</artifactId >
1010 <name >Delete xAPI Agent Profile Sample</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.learning.xapi.samples</groupId >
66 <artifactId >xapi-samples-build</artifactId >
7- <version >1.1.17 -SNAPSHOT</version >
7+ <version >1.1.18 -SNAPSHOT</version >
88 </parent >
99 <artifactId >delete-state</artifactId >
1010 <name >Delete xAPI State Sample</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.learning.xapi.samples</groupId >
66 <artifactId >xapi-samples-build</artifactId >
7- <version >1.1.17 -SNAPSHOT</version >
7+ <version >1.1.18 -SNAPSHOT</version >
88 </parent >
99 <artifactId >delete-states</artifactId >
1010 <name >Delete xAPI States Sample</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.learning.xapi.samples</groupId >
66 <artifactId >xapi-samples-build</artifactId >
7- <version >1.1.17 -SNAPSHOT</version >
7+ <version >1.1.18 -SNAPSHOT</version >
88 </parent >
99 <artifactId >get-about</artifactId >
1010 <name >Get xAPI About Sample</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.learning.xapi.samples</groupId >
66 <artifactId >xapi-samples-build</artifactId >
7- <version >1.1.17 -SNAPSHOT</version >
7+ <version >1.1.18 -SNAPSHOT</version >
88 </parent >
99 <artifactId >get-activity-profile</artifactId >
1010 <name >Get xAPI Activity Profile Sample</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.learning.xapi.samples</groupId >
66 <artifactId >xapi-samples-build</artifactId >
7- <version >1.1.17 -SNAPSHOT</version >
7+ <version >1.1.18 -SNAPSHOT</version >
88 </parent >
99 <artifactId >get-activity-profiles</artifactId >
1010 <name >Get xAPI Activity Profiles Sample</name >
You can’t perform that action at this time.
0 commit comments